Skip to content

Commit

Permalink
fix: faiing test after merging PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Aug 28, 2024
1 parent 122db09 commit 5e9ac00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ class HalClientSpec extends Specification {
client.httpClient.credentialsProvider instanceof SystemDefaultCredentialsProvider
client.httpContext != null
authScheme instanceof BasicScheme
authScheme.username == '1'
authScheme.password == ['2']
authScheme.credentials.principal.name == '1'
authScheme.credentials.password == ['2']
}

def 'retry strategy is added to execution chain of client'() {
Expand Down

0 comments on commit 5e9ac00

Please sign in to comment.