Skip to content

Commit

Permalink
fix dashbord URL
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Nov 16, 2023
1 parent 6817492 commit ab30343
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-tests/load/automationv2_1/automationv2_1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ab30343

Please sign in to comment.