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 14c37bd commit bb68734Copy full SHA for bb68734
test/cloud.js
@@ -59,7 +59,7 @@ describe('AV.Cloud', function() {
59
expect(result.avObject.get('fileColumn')).to.be.a(AV.File);
60
expect(result.avObject.get('fileColumn').name()).to.be('ttt.jpg');
61
expect(result.avObject.get('fileColumn').url()).to.be(
62
- 'http://ac-4h2h4okw.clouddn.com/4qSbLMO866Tf4YtT9QEwJwysTlHGC9sMl7bpTwhQ.jpg'
+ 'http://lc-4h2h4okw.cn-n1.lcfile.com/4qSbLMO866Tf4YtT9QEwJwysTlHGC9sMl7bpTwhQ.jpg'
63
);
64
65
result.avObjects.forEach(function(object) {
0 commit comments