We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127b4b9 commit 876a779Copy full SHA for 876a779
msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/ManagedIdentityTests.java
@@ -551,7 +551,7 @@ void azureArcManagedIdentity_InvalidAuthHeader() throws Exception {
551
552
HttpResponse response = new HttpResponse();
553
response.statusCode(HttpStatus.SC_UNAUTHORIZED);
554
- response.headers().put("WWW-Authenticate", Collections.singletonList("Basic realm=abc=xyz"));
+ response.headers().put("WWW-Authenticate", Collections.singletonList("xyz"));
555
556
when(httpClientMock.send(any())).thenReturn(response);
557
0 commit comments