mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
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:
parent
7977062cdd
commit
a5dad89cf2
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue