Skip to content

Commit 38c08c2

Browse files
committed
Fixes broken test
1 parent 9f0aea1 commit 38c08c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Graph.Core/Requests/HttpProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public HttpProvider(IAuthenticationProvider authenticationProvider, HttpMessageH
7979
new AuthenticationHandler(authenticationProvider)
8080
};
8181

82-
GraphClientFactory.DefaultHttpHandler = () => httpMessageHandler;
82+
GraphClientFactory.DefaultHttpHandler = () => this.httpMessageHandler;
8383
this.httpClient = GraphClientFactory.Create("v1.0", GraphClientFactory.Global_Cloud, handlers);
8484
}
8585

0 commit comments

Comments
 (0)