We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8166397 commit c6eb280Copy full SHA for c6eb280
e2e/e2e_tests_runner.go
@@ -70,7 +70,7 @@ func GetTestProjectKey(t *testing.T) string {
70
71
func getTestPackage(t *testing.T) *testPackageResources {
72
// Upload the test package to Artifactory if not already done
73
- if testPackageRes.packageName == "" {
+ if testPackageRes == nil {
74
uploadPackageToArtifactory(t)
75
}
76
return testPackageRes
0 commit comments