mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-30 16:58:38 +00:00
Fix ShouldReturnForbiddenWhenNotAuthenticated tests
This commit is contained in:
parent
cbe8fbc2b4
commit
0ada6efe45
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace LBPUnion.ProjectLighthouse.Tests
|
|||
[DatabaseFact]
|
||||
public async Task ShouldReturnForbiddenWhenNotAuthenticated()
|
||||
{
|
||||
HttpResponseMessage response = await this.Client.GetAsync("/LITTLEBIGPLANETPS3_XML/eula");
|
||||
HttpResponseMessage response = await this.Client.GetAsync("/LITTLEBIGPLANETPS3_XML/announce");
|
||||
Assert.False(response.IsSuccessStatusCode);
|
||||
Assert.True(response.StatusCode == HttpStatusCode.Forbidden);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue