mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
client: tests: properly stub /api/auth/authenticate response
This commit is contained in:
@@ -34,6 +34,7 @@ context('Login', () => {
|
||||
cy.route({
|
||||
method: 'POST',
|
||||
url: 'http://127.0.0.1:4200/api/auth/authenticate',
|
||||
response: {},
|
||||
status: 500,
|
||||
}).as('verify-request');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user