Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Sep 8, 2023
1 parent 1f8eabc commit d74eec0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/xsc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ func TestXscScanGraph(t *testing.T) {

func TestXscEnabled(t *testing.T) {
initXscTest(t)
enabled, version, err := securityServiceManager.IsXscEnabled()
version, err := securityServiceManager.IsXscEnabled()
assert.NoError(t, err)
assert.Equal(t, true, enabled)
assert.Equal(t, "0.0.0", version)
}

Expand Down

0 comments on commit d74eec0

Please sign in to comment.