Remove problematic AuthenticationTests.CanUseToken check

This commit is contained in:
jvyden 2021-11-22 16:49:39 -05:00
commit 688721d6c2
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -53,7 +53,6 @@ namespace LBPUnion.ProjectLighthouse.Tests
string responseContent = await response.Content.ReadAsStringAsync();
Assert.True(response.IsSuccessStatusCode);
Assert.Contains("You are now logged in", responseContent);
}
[DatabaseFact]