Skip to content

Commit

Permalink
Ignore unit test that requires oAuth token
Browse files Browse the repository at this point in the history
  • Loading branch information
Viincenttt committed Sep 9, 2022
1 parent 35e28db commit 608dd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mollie.Tests.Integration/Api/ConnectTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void GetAuthorizationUrl_WithMultipleScopes_GeneratesAuthorizationUrl() {
}

[Test]
//[Ignore("We can only test this in debug mode, because we login to the mollie dashboard and login to get the auth token")]
[Ignore("We can only test this in debug mode, because we login to the mollie dashboard and login to get the auth token")]
public async Task GetAccessTokenAsync_WithValidTokenRequest_ReturnsAccessToken() {
// Given: We fetch create a token request
string authCode = "abcde"; // Set a valid access token here
Expand Down

0 comments on commit 608dd01

Please sign in to comment.