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

Commit

Permalink
autsch
Browse files Browse the repository at this point in the history
  • Loading branch information
heroldus committed May 22, 2015
1 parent fdfb737 commit 2896fc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void denyUnauthenticaedDownloadOfProtectedRPM() throws Exception {

HttpClient httpClientWithoutAuthentication = HttpClientBuilder.create().build();
HttpResponse response = httpClientWithoutAuthentication.execute(get);
assertThat(response.getStatusLine().getStatusCode(), anyOf(is(SC_UNAUTHORIZED), is(SC_FORBIDDEN));
assertThat(response.getStatusLine().getStatusCode(), anyOf(is(SC_UNAUTHORIZED), is(SC_FORBIDDEN)));
}

@Test
Expand Down

0 comments on commit 2896fc7

Please sign in to comment.