Skip to content

Commit

Permalink
Added more test failure details
Browse files Browse the repository at this point in the history
  • Loading branch information
systay committed Feb 7, 2017
1 parent 9d26b69 commit c0b9bfa
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -187,7 +187,8 @@ public void tearDown()
@Override
public void assertAuthenticated( RESTSubject subject )
{
assertThat( authenticate( subject.principalCredentials ).status(), equalTo( 200 ) );
HTTP.Response authenticate = authenticate( subject.principalCredentials );
assertThat( authenticate.rawContent(), authenticate.status(), equalTo( 200 ) );
}

@Override
Expand Down

0 comments on commit c0b9bfa

Please sign in to comment.