mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-31 17:28:39 +00:00
Remove problematic AuthenticationTests.CanUseToken check
This commit is contained in:
parent
0b2ee92c1c
commit
688721d6c2
1 changed files with 0 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue