Skip to content

Commit

Permalink
fix conda
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Jan 15, 2024
1 parent 869bb37 commit 906a76f
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 @@ -818,7 +818,8 @@ func remoteTerraformTest(t *testing.T) {
validateRepoConfig(t, repoKey, srp)

setRemoteRepositoryBaseParams(&srp.RemoteRepositoryBaseParams, true)

// Due to a bug on Artifactory side that prevents the update of "bypassHeadRequests" field to false on terraform we leave it unchanged.
srp.BypassHeadRequests = utils.Pointer(true)
err = testsUpdateRemoteRepositoryService.Terraform(srp)
if assert.NoError(t, err, "Failed to update "+repoKey) {
validateRepoConfig(t, repoKey, srp)
Expand Down

0 comments on commit 906a76f

Please sign in to comment.