mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-21 01:42:00 +00:00
Fix all warnings
This commit is contained in:
parent
50fdcb2441
commit
396477c05d
39 changed files with 84 additions and 110 deletions
|
@ -47,7 +47,7 @@ public class AuthenticationTests : LighthouseServerTest
|
|||
LoginResult loginResult = await this.Authenticate();
|
||||
|
||||
HttpResponseMessage response = await this.AuthenticatedRequest("/LITTLEBIGPLANETPS3_XML/enterLevel/420", loginResult.AuthTicket);
|
||||
string responseContent = await response.Content.ReadAsStringAsync();
|
||||
await response.Content.ReadAsStringAsync();
|
||||
|
||||
Assert.False(response.StatusCode == HttpStatusCode.Forbidden);
|
||||
}
|
||||
|
@ -59,4 +59,4 @@ public class AuthenticationTests : LighthouseServerTest
|
|||
Assert.False(response.IsSuccessStatusCode);
|
||||
Assert.True(response.StatusCode == HttpStatusCode.Forbidden);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue