Fixes for changes in SPR-15657
Fixes gh-4408
This commit is contained in:
@@ -62,7 +62,9 @@ public class WebClientOAuth2PocTests {
|
||||
this.server.enqueue(new MockResponse().setResponseCode(200).setBody("OK"));
|
||||
|
||||
ClientResponse response = this.webClient
|
||||
.mutate()
|
||||
.filter(basicIfNeeded("rob", "rob"))
|
||||
.build()
|
||||
.get()
|
||||
.uri("/")
|
||||
.exchange()
|
||||
@@ -80,7 +82,9 @@ public class WebClientOAuth2PocTests {
|
||||
this.server.enqueue(new MockResponse().setResponseCode(200).setBody("OK"));
|
||||
|
||||
ClientResponse response = this.webClient
|
||||
.mutate()
|
||||
.filter(basicIfNeeded("rob", "rob"))
|
||||
.build()
|
||||
.get()
|
||||
.uri("/")
|
||||
.exchange()
|
||||
|
||||
Reference in New Issue
Block a user