Skip to content

Commit

Permalink
test if it passes on win
Browse files Browse the repository at this point in the history
  • Loading branch information
asafambar committed Feb 28, 2024
1 parent f8617ea commit ccbb8c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/curation/curationaudit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ func TestDoCurationAudit(t *testing.T) {
configurationDir := filepath.Join(TestDataDir, "projects", "package-managers", "npm", "npm-project", ".jfrog")
callback := clienttestutils.SetEnvWithCallbackAndAssert(t, coreutils.HomeDir, filepath.Join(currentDir, configurationDir))
defer callback()

mockServer, config := curationServer(t, tt.expectedRequest, tt.requestToFail, tt.requestToError)
defer mockServer.Close()
configFilePath := WriteServerDetailsConfigFileBytes(t, config.ArtifactoryUrl, configurationDir)
Expand Down

0 comments on commit ccbb8c2

Please sign in to comment.