Skip to content

Commit

Permalink
Fix docker tests (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva authored Oct 7, 2021
1 parent 88b7178 commit f8b551b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/artifactoryremoterepository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ func remoteDockerTest(t *testing.T) {
drp.ExternalDependenciesPatterns = nil
drp.EnableTokenAuthentication = &falseValue
drp.BlockPullingSchema1 = &falseValue

// Docker prerequisite - artifacts must be stored locally in cache
drp.StoreArtifactsLocally = &trueValue
err = testsUpdateRemoteRepositoryService.Docker(drp)
assert.NoError(t, err, "Failed to update "+repoKey)
validateRepoConfig(t, repoKey, drp)
Expand Down

0 comments on commit f8b551b

Please sign in to comment.