Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix tests after changing 401 to 403
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Apr 29, 2015
1 parent 78a8240 commit 9caaf66
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -235,7 +235,7 @@ public void putAccountXmlUnauthorized() throws Exception {
Response putResponse = accountClient.put(a);

// Assert initial put
assertThat(putResponse.getStatus(), is(Status.UNAUTHORIZED.getStatusCode()));
assertThat(putResponse.getStatus(), is(Status.FORBIDDEN.getStatusCode()));
releaseConnection(putResponse);
}

Expand Down

0 comments on commit 9caaf66

Please sign in to comment.