Skip to content

Commit

Permalink
fix: Allow teardown to use FLAGSMITH_API_URL (#4849)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Nov 20, 2024
1 parent a33633f commit 9ad8da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/e2e/init.cafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import versioningTests from './tests/versioning-tests';
require('dotenv').config()

const url = `http://localhost:${process.env.PORT || 8080}/`
const e2eTestApi = `${Project.api}e2etests/teardown/`
const e2eTestApi = `${process.env.FLAGSMITH_API_URL || Project.api}e2etests/teardown/`
const logger = getLogger()

console.log(
Expand Down

0 comments on commit 9ad8da6

Please sign in to comment.