test: fix e2e testing setup

This commit is contained in:
Mo
2023-01-03 11:00:12 -06:00
parent 76d2d2112b
commit a447fa1ad7
5 changed files with 11 additions and 17 deletions

View File

@@ -1,5 +1,7 @@
export const DefaultServerPort = 3123
export function getDefaultHost() {
return 'http://localhost:3123'
return `http://localhost:${DefaultServerPort}`
}
export function getDefaultMockedEventServiceUrl() {