mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 22:18:25 +02:00
Fix parameterization
This commit is contained in:
parent
061920f538
commit
493998bbd9
1 changed files with 6 additions and 4 deletions
10
src/.pa11yci
10
src/.pa11yci
|
@ -3,7 +3,8 @@
|
||||||
"concurrency": 1,
|
"concurrency": 1,
|
||||||
"timeout": 30000
|
"timeout": 30000
|
||||||
},
|
},
|
||||||
"urls": [
|
"urls": {
|
||||||
|
[
|
||||||
"http://localhost:8080/",
|
"http://localhost:8080/",
|
||||||
"http://localhost:8080/health/",
|
"http://localhost:8080/health/",
|
||||||
"http://localhost:8080/request/",
|
"http://localhost:8080/request/",
|
||||||
|
@ -21,8 +22,9 @@
|
||||||
"http://localhost:8080/request/requirements/",
|
"http://localhost:8080/request/requirements/",
|
||||||
"http://localhost:8080/request/finished/",
|
"http://localhost:8080/request/finished/",
|
||||||
"http://localhost:8080/user-profile/"
|
"http://localhost:8080/user-profile/"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"WCAG2AA.Principle2.Guideline2_2.2_2_1.H91"
|
"WCAG2AA.Principle2.Guideline2_2.2_2_1.H91"
|
||||||
],
|
],
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue