Fix test failures

This commit is contained in:
jvyden 2021-11-02 19:06:45 -04:00
commit cd19afc577
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
3 changed files with 11 additions and 7 deletions

View file

@ -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);