Skip to content

Commit

Permalink
fix: fix bug in integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
zekisherif committed Oct 30, 2024
1 parent 5847ef5 commit 66c72b4
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 @@ -148,7 +148,7 @@ func TestResourceGroupShow(t *testing.T) {

t.Run("JSON Output", func(t *testing.T) {
out, err, exitcode := LaceworkCLIWithTOMLConfig("resource-group", "show", resourceGroupShowID, "--json")
assert.Contains(t, out.String(), `"resource_guid"`)
assert.Contains(t, out.String(), `"resourceGroupGuid"`)
assert.Contains(t, out.String(), `"`+resourceGroupShowID+`"`)
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 66c72b4

Please sign in to comment.