mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
load test/ha fixes
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user