From af810a738039e572539c2a0c00e29710e07f3a66 Mon Sep 17 00:00:00 2001 From: Yahav Itzhak Date: Thu, 7 Dec 2023 17:01:43 +0200 Subject: [PATCH] Fix typo in Xray tests (#2348) --- xray_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xray_test.go b/xray_test.go index a0f024cf0..0b5ae975a 100644 --- a/xray_test.go +++ b/xray_test.go @@ -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()