Skip to content

Commit 43b84e4

Browse files
committed
callback server
1 parent 2d8cdbf commit 43b84e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/aliyun/oss/integrationtests/CallbackTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
*/
5151
public class CallbackTest extends TestBase {
5252

53-
private static final String callbackUrl = "oss-demo.aliyuncs.com:23450";
53+
private static final String callbackUrl = "callback.oss-demo.com:23450";
5454
private static final int instreamLength = 1024;
5555
private static final int bufferLength = 1024;
5656
private static final String callbackResponse = "{\"Status\":\"OK\"}";

0 commit comments

Comments
 (0)