Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
junit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tuwenlin committed Aug 1, 2022
1 parent 04b7b82 commit 67a4f24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public void testGetUrlWithoutParams() {
@Test
public void testBuildOSSEndpoint() {
String region = "cn-hangzhou";
Assertions.assertEquals("oss-cn-hangzhou.aliyuncs.com", HttpUtils.buildOSSEndpoint(region));
Assertions.assertEquals("https://oss-cn-hangzhou.aliyuncs.com", HttpUtils.buildOSSEndpoint(region));
}
}

0 comments on commit 67a4f24

Please sign in to comment.