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:
Steven Clark 2023-07-14 09:02:15 -04:00 committed by GitHub
parent 43feaf1379
commit e167798ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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,