From ab303430a0139657ccfe45aa44c45032c0a0c3b9 Mon Sep 17 00:00:00 2001 From: anirudhwarrier <12178754+anirudhwarrier@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:34:34 +0400 Subject: [PATCH] fix dashbord URL --- integration-tests/load/automationv2_1/automationv2_1_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration-tests/load/automationv2_1/automationv2_1_test.go b/integration-tests/load/automationv2_1/automationv2_1_test.go index 0635cfe26e1..31cc2fb8c84 100644 --- a/integration-tests/load/automationv2_1/automationv2_1_test.go +++ b/integration-tests/load/automationv2_1/automationv2_1_test.go @@ -186,6 +186,10 @@ func TestLogTrigger(t *testing.T) { key = config.EnvVarPyroscopeKey err = os.Setenv(fmt.Sprintf("TEST_%s", key), os.Getenv(key)) require.NoError(t, err, "failed to set the environment variable PYROSCOPE_KEY for remote runner") + + key = "GRAFANA_DASHBOARD_URL" + err = os.Setenv(fmt.Sprintf("TEST_%s", key), getEnv(key, "")) + require.NoError(t, err, "failed to set the environment variable GRAFANA_DASHBOARD_URL for remote runner") } testEnvironment.