@Test public void fromGroup() throws Exception { String downloadUrl = GROUP_REPOSITORY_RELATIVE_URL + NEXUS1560_GROUP + "/" + getRelitiveArtifactPath(gavArtifact1); download(downloadUrl, ResponseMatchers.respondsWithStatusCode(403)); }
@Test public void fromRepository() throws Exception { String downloadUrl = REPOSITORY_RELATIVE_URL + REPO_TEST_HARNESS_REPO + "/" + getRelitiveArtifactPath(gavArtifact1); download(downloadUrl, ResponseMatchers.isSuccessful()); }