Skip to content

Commit

Permalink
fix: re-enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcrm committed Jul 16, 2024
1 parent ef4b18a commit 3eb6a8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/vulnerability_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func TestVulnerabilityCommands(t *testing.T) {
}

func TestHostVulnerabilityCollectorTypeAgentless(t *testing.T) {
t.Skip() // temporary, testing
out, err, exitcode := LaceworkCLIWithTOMLConfig("vulnerability", "host", "show", "7900845793106000058", "--collector_type", "Agentless")

assert.Empty(t, err.String(), "STDERR should be empty")
Expand Down

0 comments on commit 3eb6a8f

Please sign in to comment.