aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.cypress/cypress/integration/duplicates.js2
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' }
});