Skip to content

Commit f54d492

Browse files
committed
quick update
1 parent 7516705 commit f54d492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2etests/orchestrator_scan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func TestGRPCGetIstioVulnerabilities(t *testing.T) {
4545
assert.NotEmpty(t, vuln.FixedBy)
4646
testSet[vuln.FixedBy] = true
4747
}
48-
assert.True(t, contains(testSet, testSet[c.fixedBy]))
48+
assert.True(t, testSet[c.fixedBy])
4949
})
5050
}
5151
}

0 commit comments

Comments
 (0)