Skip to content

Commit

Permalink
ci: update hostname from our test machine (#262)
Browse files Browse the repository at this point in the history
Closes #261
  • Loading branch information
afiune committed Dec 10, 2020
1 parent c3fe8bc commit beb289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/host_vulnerability_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
// managed by TF: github.com/lacework-dev/tech-ally-ci-environment
var (
machineID = "30"
hostname = "ip-10-0-1-170.us-west-2.compute.internal"
hostname = "circle-ci-test-node"
)

func TestHostVulnerabilityCommandListCves(t *testing.T) {
Expand Down

0 comments on commit beb289e

Please sign in to comment.