test: fix e2e testing setup
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export const DefaultServerPort = 3123
|
||||
|
||||
export function getDefaultHost() {
|
||||
return 'http://localhost:3123'
|
||||
return `http://localhost:${DefaultServerPort}`
|
||||
}
|
||||
|
||||
export function getDefaultMockedEventServiceUrl() {
|
||||
|
||||
Reference in New Issue
Block a user