From e35bd19bff7745f03020a91d18d1e6311c6f803a Mon Sep 17 00:00:00 2001 From: Eran Turgeman Date: Tue, 12 Dec 2023 14:28:42 +0200 Subject: [PATCH] change in order to push --- xray_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/xray_test.go b/xray_test.go index 05182a09a..7dbe43af7 100644 --- a/xray_test.go +++ b/xray_test.go @@ -1031,4 +1031,5 @@ func testSingleTechDependencyResolution(t *testing.T, testProjectPartialPath []s output = artifactoryCli.RunCliCmdWithOutput(t, "s", artifactoryPathToSearch, "--fail-no-op") // After the resolution from Artifactory, we verify whether the repository's cache is filled with artifacts. assert.NotEqual(t, "[]\n", output) + // Change for push }