We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 122db09 commit 5e9ac00Copy full SHA for 5e9ac00
core/pactbroker/src/test/groovy/au/com/dius/pact/core/pactbroker/HalClientSpec.groovy
@@ -79,8 +79,8 @@ class HalClientSpec extends Specification {
79
client.httpClient.credentialsProvider instanceof SystemDefaultCredentialsProvider
80
client.httpContext != null
81
authScheme instanceof BasicScheme
82
- authScheme.username == '1'
83
- authScheme.password == ['2']
+ authScheme.credentials.principal.name == '1'
+ authScheme.credentials.password == ['2']
84
}
85
86
def 'retry strategy is added to execution chain of client'() {
0 commit comments