Skip to content

Commit

Permalink
fix: do not include SCIPER_ADMIN in filename as it might be different…
Browse files Browse the repository at this point in the history
… for other devs
  • Loading branch information
PascalinDe committed Dec 4, 2023
1 parent c718085 commit c8023cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/tests/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const SCIPER_USER = '789012';

export async function mockGetDevLogin (page: any) {
await page.routeFromHAR(
`./tests/hars/get_dev_login.${SCIPER_ADMIN}.har`,
`./tests/hars/get_dev_login.admin.har`,
{
url: `${process.env.FRONT_END_URL}/api/get_dev_login/${SCIPER_ADMIN}`,
update: false,
Expand Down

0 comments on commit c8023cc

Please sign in to comment.