Add back paths to TestProperAuthing (#21855)
- Since the backport's for the OpenAPI list haven't occurred yet, we need both the existing path and the new path for when they do get backported.
This commit is contained in:
parent
43feaf1379
commit
e167798ea5
|
@ -6768,7 +6768,9 @@ func TestProperAuthing(t *testing.T) {
|
|||
"cert/unified-delta-crl/raw/pem": shouldBeUnauthedReadList,
|
||||
"certs": shouldBeAuthed,
|
||||
"certs/revoked": shouldBeAuthed,
|
||||
"certs/revocation-queue": shouldBeAuthed,
|
||||
"certs/revocation-queue/": shouldBeAuthed,
|
||||
"certs/unified-revoked": shouldBeAuthed,
|
||||
"certs/unified-revoked/": shouldBeAuthed,
|
||||
"config/acme": shouldBeAuthed,
|
||||
"config/auto-tidy": shouldBeAuthed,
|
||||
|
|
Loading…
Reference in New Issue