Fixed test cases

This commit is contained in:
Senthil.T
2024-11-14 14:13:51 +05:30
parent 6d6a6fe1b2
commit b45129be8f
+3 -1
View File
@@ -55,12 +55,14 @@ func TestNexusPlugin_Run_UploadFailed(t *testing.T) {
ServerUrl: "https://nexus.example.com",
Repository: "repo",
GroupId: "group",
Version: "1.0.0",
Version: "nexus3",
Format: "maven2",
Artifacts: []Artifact{
{
File: tmpFile,
ArtifactId: "artifact123",
Type: "zip",
Version: "1",
},
},
},