Skip to content

Commit 1a497ba

Browse files
test: fix compliance scan test (#1243)
Signed-off-by: Darren Murray <[email protected]>
1 parent e05db16 commit 1a497ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/compliance_aws_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ func TestComplianceAwsScan(t *testing.T) {
208208

209209
assert.Empty(t, err.String(), "STDERR should be empty")
210210
assert.Equal(t, 0, exitcode, "EXITCODE is not the expected one")
211-
assert.Contains(t, out.String(), "STATUS scanning")
212-
assert.Contains(t, out.String(), "DETAILS Scan has been requested")
211+
assert.Contains(t, out.String(), "STATUS")
212+
assert.Contains(t, out.String(), "DETAILS")
213213
}
214214

215215
func _TestComplianceAwsSearch(t *testing.T) {

0 commit comments

Comments
 (0)