diff --git a/ProjectLighthouse.Tests/Tests/AuthenticationTests.cs b/ProjectLighthouse.Tests/Tests/AuthenticationTests.cs index 346b957b..e6becfdf 100644 --- a/ProjectLighthouse.Tests/Tests/AuthenticationTests.cs +++ b/ProjectLighthouse.Tests/Tests/AuthenticationTests.cs @@ -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]