Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Jun 12, 2024
1 parent eba631e commit b37ed82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ http = false
1 * getPipelineMock("withCredentials")(['user'], _ as Closure)
1 * getPipelineMock('string.call')([credentialsId: 'REGISTRY_TOKEN_CREDS_ID', variable: 'DOCKER_TOKEN']) >> 'token'
1 * getPipelineMock("withCredentials")(['token'], _ as Closure)
1 * getPipelineMock("sh")("set +x && docker login -u user -p password REGISTRY")
1 * getPipelineMock("sh")("echo \"token\" | docker login -u \"user\" --password-stdin REGISTRY")
}

def "[cloud.groovy] loginContainerRegistry with container engine and options"() {
Expand Down

0 comments on commit b37ed82

Please sign in to comment.