Skip to content

Commit

Permalink
modify github to httpbin
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjing2 committed Jan 22, 2024
1 parent b3133d4 commit f8d2b07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ public void testExtensionExcludeArtifactsFromUrl() throws NoSuchMethodException,
artifacts.add(defaultArtifact);
artifacts.add(defaultArtifact1);

// NOTE: Access github to run unit test, need vpn maybe.
String packExcludesUrl = "https://github.com/sofastack/sofa-ark";
// NOTE: Access httpbin to run unit test, need vpn maybe.
String packExcludesUrl = "http://httpbin.org/get";
extensionExcludeArtifactsFromUrl.invoke(repackageMojo, packExcludesUrl, artifacts);
}

Expand Down

0 comments on commit f8d2b07

Please sign in to comment.