diff --git a/integration/vulnerability_test.go b/integration/vulnerability_test.go index 2e9232665..8e6a68b36 100644 --- a/integration/vulnerability_test.go +++ b/integration/vulnerability_test.go @@ -60,7 +60,7 @@ func TestHostVulnerabilityCollectorTypeAgentless(t *testing.T) { } func TestHostVulnerabilityCollectorTypeAgent(t *testing.T) { - out, err, exitcode := LaceworkCLIWithTOMLConfig("vulnerability", "host", "show", "51", "--collector_type", "Agent") + out, err, exitcode := LaceworkCLIWithTOMLConfig("vulnerability", "host", "show", "1091890496813712264", "--collector_type", "Agent") assert.Empty(t, err.String(), "STDERR should be empty") assert.Equal(t, 0, exitcode, "EXITCODE is not the expected one")