Fix tests

This commit is contained in:
jvyden 2021-10-26 17:27:59 -04:00
commit 24b712cd15
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
4 changed files with 31 additions and 7 deletions

View file

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