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()