Skip to content

Commit

Permalink
Merge pull request strongbox#1804 from anki2189/issue-1801
Browse files Browse the repository at this point in the history
Fixing RawArtifactControllerTestIT failure due to slackbuild.org outage
  • Loading branch information
carlspring committed Jul 14, 2020
2 parents 61c8229 + b6921cd commit d28bb3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class RawArtifactControllerTestIT

private static final String REPOSITORY_GROUP = "ractit-raw-group";

private static final String REMOTE_URL = "http://slackbuilds.org/slackbuilds/14.2/";
private static final String REMOTE_URL = "https://github.com/strongbox/strongbox";

@Override
@BeforeEach
Expand Down Expand Up @@ -79,7 +79,7 @@ private void testResolveArtifact(Repository repository)
{
final String storageId = repository.getStorage().getId();
final String repositoryId = repository.getId();
final String pathStr = "system/alien.tar.gz";
final String pathStr = "blob/master/ICLA.md";

String artifactPath = String.format("/storages/%s/%s/%s", storageId, repositoryId, pathStr);
resolveArtifact(artifactPath);
Expand Down

0 comments on commit d28bb3d

Please sign in to comment.