diff --git a/cypress/e2e/1-getting-started/home.cy.ts b/cypress/e2e/1-getting-started/home.cy.ts index 23eb6ea..a9776a0 100644 --- a/cypress/e2e/1-getting-started/home.cy.ts +++ b/cypress/e2e/1-getting-started/home.cy.ts @@ -6,7 +6,7 @@ const tracetest = Tracetest(); describe('Home', { defaultCommandTimeout: 60000 }, () => { before(done => { - tracetest.configure(TRACETEST_API_TOKEN, 'http://localhost:3000').then(() => done()); + tracetest.configure(TRACETEST_API_TOKEN).then(() => done()); }); beforeEach(() => {