Skip to content

Commit

Permalink
Re-enable test UserRequests_InviteTokenThrowOnAuthenticationIssue
Browse files Browse the repository at this point in the history
This reverts commit 9df7686.

Infinite seems to be functioning normally now.
  • Loading branch information
sudokoko committed Oct 23, 2023
1 parent 9df7686 commit bd9f007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Starnet.Tests/Integration/UserRequestTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ await Assert.ThrowsAsync<ApiRegistrationException>(async () =>
});
}

[Fact(Skip = "Infinite is running into billing issues at the moment, disabling until it comes back online.")]
[Fact]
public async Task UserRequests_InviteTokenThrowOnAuthenticationIssue()
{
await Assert.ThrowsAsync<ApiAuthenticationException>(async () =>
Expand Down

0 comments on commit bd9f007

Please sign in to comment.