diff --git a/src/.pa11yci b/src/.pa11yci index e20ebb179..448817778 100644 --- a/src/.pa11yci +++ b/src/.pa11yci @@ -3,7 +3,8 @@ "concurrency": 1, "timeout": 30000 }, - "urls": [ + "urls": { + [ "http://localhost:8080/", "http://localhost:8080/health/", "http://localhost:8080/request/", @@ -21,8 +22,9 @@ "http://localhost:8080/request/requirements/", "http://localhost:8080/request/finished/", "http://localhost:8080/user-profile/" - ], - "ignore": [ + ], + "ignore": [ "WCAG2AA.Principle2.Guideline2_2.2_2_1.H91" - ], + ], + } } \ No newline at end of file