load test/ha fixes

This commit is contained in:
Marcus Efraimsson
2019-01-25 13:16:19 +01:00
parent 95d9328c66
commit 806ddd63a0
3 changed files with 10 additions and 5 deletions

View File

@@ -6,8 +6,8 @@ export let options = {
noCookiesReset: true
};
let endpoint = __ENV.URL || 'http://localhost:3000'
const client = createClient(endpoint)
let endpoint = __ENV.URL || 'http://localhost:3000';
const client = createClient(endpoint);
export const setup = () => {
const basicAuthClient = createBasicAuthClient(endpoint, 'admin', 'admin');