Skip to content

Commit 3cfc4ca

Browse files
author
Matt Cadorette
authored
fix: vuln integration test host id (#1645)
1 parent 31adf21 commit 3cfc4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vulnerability_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func TestHostVulnerabilityCollectorTypeAgentless(t *testing.T) {
6060
}
6161

6262
func TestHostVulnerabilityCollectorTypeAgent(t *testing.T) {
63-
out, err, exitcode := LaceworkCLIWithTOMLConfig("vulnerability", "host", "show", "51", "--collector_type", "Agent")
63+
out, err, exitcode := LaceworkCLIWithTOMLConfig("vulnerability", "host", "show", "1091890496813712264", "--collector_type", "Agent")
6464

6565
assert.Empty(t, err.String(), "STDERR should be empty")
6666
assert.Equal(t, 0, exitcode, "EXITCODE is not the expected one")

0 commit comments

Comments
 (0)