Fixed test

This commit is contained in:
Kiran Challa 2015-05-26 15:18:21 -07:00
parent 33cc8b06c9
commit 146cf8e095
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ namespace E2ETests
}
else
{
Assert.Equal(HttpStatusCode.Forbidden, response.StatusCode);
await ThrowIfResponseStatusNotOk(response);
var responseContent = await response.Content.ReadAsStringAsync();
ValidateLayoutPage(responseContent);