We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8cdbf commit 43b84e4Copy full SHA for 43b84e4
src/test/java/com/aliyun/oss/integrationtests/CallbackTest.java
@@ -50,7 +50,7 @@
50
*/
51
public class CallbackTest extends TestBase {
52
53
- private static final String callbackUrl = "oss-demo.aliyuncs.com:23450";
+ private static final String callbackUrl = "callback.oss-demo.com:23450";
54
private static final int instreamLength = 1024;
55
private static final int bufferLength = 1024;
56
private static final String callbackResponse = "{\"Status\":\"OK\"}";
0 commit comments