Skip to content

Commit

Permalink
removing the test mode run for the Conan component creator.
Browse files Browse the repository at this point in the history
  • Loading branch information
adityanarayanp committed Dec 13, 2023
1 parent dbccae1 commit 8604aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void Setup()
TestConstant.JFrogApiURL, testParameters.JfrogApi,
TestConstant.ArtifactoryKey, testParameters.ArtifactoryUploadApiKey,
TestConstant.ProjectType, "CONAN",
TestConstant.Mode,"test"
TestConstant.Mode,
});
}
}
Expand Down

0 comments on commit 8604aa4

Please sign in to comment.