Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsequeira committed Oct 2, 2019
1 parent 65f0a65 commit 5ffcad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bynder/Test/Service/OAuth/OAuthServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void GetAuthorisationUrlReturnsCorrectUrl()

var authorisationUrl = oauth.GetAuthorisationUrl("state example", "openid offline");

Assert.Equal("https://example.bynder.com:443/v6/authentication/oauth2/auth?client_id=clientId&redirect_uri=https%3A%2F%2Fredirect.bynder.com&response_type=code&scope=openid%20offline&scope=openid%20offline&state=state%20example",
Assert.Equal("https://example.bynder.com:443/v6/authentication/oauth2/auth?client_id=clientId&redirect_uri=https%3A%2F%2Fredirect.bynder.com&response_type=code&scope=openid%20offline&state=state%20example",
authorisationUrl);
}

Expand Down

0 comments on commit 5ffcad6

Please sign in to comment.