Skip to content

Commit

Permalink
In agent, use same TFE_ADDRESS value as the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nfagerlund committed Jul 26, 2022
1 parent d856854 commit 35977f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper_test.go
Expand Up @@ -121,7 +121,7 @@ func createAgent(t *testing.T, client *Client, org *Organization, agentPool *Age
"run", "-d",
"--env", "TFC_AGENT_TOKEN="+agentPoolToken.Token,
"--env", "TFC_AGENT_NAME="+"this-is-a-test-agent",
"--env", "TFC_ADDRESS="+"https://tfcdev-2c13224a.ngrok.io",
"--env", "TFC_ADDRESS="+DefaultConfig().Address,
"docker.mirror.hashicorp.services/hashicorp/tfc-agent:latest")

go func() {
Expand Down

0 comments on commit 35977f5

Please sign in to comment.