Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed Jul 31, 2023
1 parent 16cc2f2 commit 00db29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4173,6 +4173,7 @@ func TestUploadZipAndCheckDeploymentViewWithArchive(t *testing.T) {
assert.NoError(t, os.Mkdir(tests.Out, 0755))
wd, err := os.Getwd()
assert.NoError(t, err)
defer cleanArtifactoryTest()
chdirCallback := clientTestUtils.ChangeDirWithCallback(t, wd, tests.Out)
defer chdirCallback()

Expand All @@ -4195,7 +4196,6 @@ func TestUploadZipAndCheckDeploymentViewWithArchive(t *testing.T) {
assert.Equal(t, sysTimezoneOffset, fileTimezoneOffset)
}

cleanArtifactoryTest()
}

func TestUploadDetailedSummary(t *testing.T) {
Expand Down

0 comments on commit 00db29f

Please sign in to comment.