Skip to content

Commit

Permalink
Fix typo in Xray tests (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Dec 7, 2023
1 parent d82831f commit af810a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ func TestXrayCurl(t *testing.T) {

func initNativeDockerWithXrayTest(t *testing.T) func() {
if !*tests.TestDockerScan || !*tests.TestXray {
t.Skip("Skipping Docker scan test. To run Xray Docker test add the '-test.xrayScan=true' and '-test.xray=true' options.")
t.Skip("Skipping Docker scan test. To run Xray Docker test add the '-test.dockerScan=true' and '-test.xray=true' options.")
}
oldHomeDir := os.Getenv(coreutils.HomeDir)
initXrayCli()
Expand Down

0 comments on commit af810a7

Please sign in to comment.