Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Commit e596072

Browse files
committed
Just 21 failures.
1 parent 9dbf195 commit e596072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DotNetOpenAuth.Test/OAuth2/WebServerClientAuthorizeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public async Task ResourceOwnerPasswordCredentialGrant(bool anonymousClient) {
7878
return await server.HandleTokenRequestAsync(req, ct);
7979
});
8080

81-
var client = new WebServerClient(AuthorizationServerDescription);
81+
var client = new WebServerClient(AuthorizationServerDescription, ClientId, ClientSecret, this.HostFactories);
8282
if (anonymousClient) {
8383
client.ClientIdentifier = null;
8484
}

0 commit comments

Comments
 (0)