Skip to content

Commit

Permalink
fix: Fix failed resource group tests (#1664)
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Jin <lei.jin@lacework.net>
  • Loading branch information
leijin-lw authored Oct 28, 2024
1 parent 2de64a0 commit cbebb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/resource_groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestResourceGroupList(t *testing.T) {
// list (output human)
out, err, exitcode := LaceworkCLIWithTOMLConfig("resource-group", "list")
assert.Contains(t, out.String(), "RESOURCE GROUP ID")
assert.Contains(t, out.String(), "All Aws Accounts")
assert.Contains(t, out.String(), "All AWS Resources")
assert.Empty(t, err.String(), "STDERR should be empty")
assert.Equal(t, 0, exitcode, "EXITCODE is not the expected one")

Expand Down

0 comments on commit cbebb62

Please sign in to comment.