test(integration): add coverage for .js bypass during maintenance

Long standing behavior. Just adds test coverage for it.

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-05-19 10:23:03 -04:00 committed by GitHub
parent 7977062cdd
commit a5dad89cf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,3 +47,9 @@ Feature: maintenance-mode
Then the HTTP status code should be "503"
Then Maintenance mode is disabled
And the command was successful
Scenario: Accessing a JS asset with maintenance mode enabled
When requesting "/dist/core-maintenance.js" with "GET"
Then the HTTP status code should be "200"
Then Maintenance mode is disabled
And the command was successful