mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-15 23:09:14 +00:00
Fix test failures
This commit is contained in:
parent
e5a1ccb9e3
commit
cd19afc577
3 changed files with 11 additions and 7 deletions
|
@ -49,7 +49,7 @@ namespace LBPUnion.ProjectLighthouse.Tests
|
|||
{
|
||||
LoginResult loginResult = await this.Authenticate();
|
||||
|
||||
HttpResponseMessage response = await this.AuthenticatedRequest("/LITTLEBIGPLANETPS3_XML/eula", loginResult.AuthTicket);
|
||||
HttpResponseMessage response = await this.AuthenticatedRequest("/LITTLEBIGPLANETPS3_XML/announce", loginResult.AuthTicket);
|
||||
string responseContent = await response.Content.ReadAsStringAsync();
|
||||
|
||||
Assert.True(response.IsSuccessStatusCode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue