diff --git a/Mollie.Tests.Integration/Api/ConnectTests.cs b/Mollie.Tests.Integration/Api/ConnectTests.cs index d2c18f4b..6dddff63 100644 --- a/Mollie.Tests.Integration/Api/ConnectTests.cs +++ b/Mollie.Tests.Integration/Api/ConnectTests.cs @@ -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