mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-30 08:48:39 +00:00
[skip ci] Remove .NET 5 checks
This commit is contained in:
parent
57ba3f76ff
commit
7a98d0558b
2 changed files with 0 additions and 8 deletions
|
@ -15,11 +15,7 @@ public class AuthenticationTests : LighthouseServerTest
|
|||
{
|
||||
HttpResponseMessage response = await this.Client.PostAsync("/LITTLEBIGPLANETPS3_XML/login", null!);
|
||||
Assert.False(response.IsSuccessStatusCode);
|
||||
#if NET6_0_OR_GREATER
|
||||
Assert.True(response.StatusCode == HttpStatusCode.BadRequest);
|
||||
#else
|
||||
Assert.True(response.StatusCode == HttpStatusCode.NotAcceptable);
|
||||
#endif
|
||||
}
|
||||
|
||||
[DatabaseFact]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue