diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-07-08 18:22:37 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-07-08 18:22:37 +0100 |
commit | eb85d0df6cfcdfa5eb7833c53d704967e3df761a (patch) | |
tree | 9e3d61e171828c562608a7ec76b54df8a9710be1 | |
parent | 002bcf0346adcb6669c236a784752ade896f22ba (diff) |
Change that fixes test on Travis.
-rw-r--r-- | .cypress/cypress/integration/duplicates.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cypress/cypress/integration/duplicates.js b/.cypress/cypress/integration/duplicates.js index 406b3fb67..3dba5e38a 100644 --- a/.cypress/cypress/integration/duplicates.js +++ b/.cypress/cypress/integration/duplicates.js @@ -53,7 +53,7 @@ describe('Duplicate tests', function() { it('lets an inspector see duplicate reports coming from /reports', function() { cy.request({ method: 'POST', - url: 'http://borsetshire.localhost:3001/auth?r=/reports', + url: 'http://borsetshire.localhost:3001/auth?r=/my', form: true, body: { username: 'admin@example.org', password_sign_in: 'password' } }); |