We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e49b35 commit de35b53Copy full SHA for de35b53
test/container-test.js
@@ -52,6 +52,14 @@ vows.describe('node-cloudfiles/containers').addBatch({
52
helpers.assertContainer(container);
53
}
54
},
55
+ "when creating a CDN container that already exists via string": {
56
+ topic: function () {
57
+ client.createContainer( "test_cdn_container", this.callback);
58
+ },
59
+ "should return a valid cdn container": function (err, container) {
60
+ helpers.assertCdnContainer(container);
61
+ }
62
63
64
"the getContainers() method": {
65
"when requesting non-CDN containers": {
0 commit comments