Skip to content

Commit 8fa3722

Browse files
committed
fix
1 parent a1811ad commit 8fa3722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/helpers/conf.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { Chance } from 'chance';
22
const chance = new Chance();
33

44
// Urls for using in the tests
5-
export const commonUrl = process.env.COMMON_URL || 'http://localhost:5000';
6-
export const apiUrl = process.env.API_URL || 'http://localhost:5000/api';
5+
export const commonUrl = process.env.COMMON_URL || 'https://localhost:5000';
6+
export const apiUrl = process.env.API_URL || 'https://localhost:5000/api';
77

88
const uniqueId = chance.string({ length: 10 });
99

0 commit comments

Comments
 (0)