Skip to content

Commit 03bdf6b

Browse files
authored
ci: fix integration tests (#1474)
Signed-off-by: Salim Afiune Maya <[email protected]>
1 parent 868a452 commit 03bdf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/compliance_aws_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func _TestComplianceAwsGetAllReportType(t *testing.T) {
204204
}
205205
func TestComplianceAwsGetReportRecommendationID(t *testing.T) {
206206
account := os.Getenv("LW_INT_TEST_AWS_ACC")
207-
out, err, exitcode := LaceworkCLIWithTOMLConfig("compliance", "aws", "get-report", account, "--type", "AWS_CIS_14", "2.1.2")
207+
out, err, exitcode := LaceworkCLIWithTOMLConfig("compliance", "aws", "get-report", account, "--type", "AWS_CIS_14", "2.1.1")
208208

209209
assert.Contains(t, err.String(), "--type has been deprecated,")
210210
assert.Equal(t, 0, exitcode, "EXITCODE is not the expected one")

0 commit comments

Comments
 (0)