Commit 3d443984 authored by Patricio Bruna's avatar Patricio Bruna

Resolve Merge conflicts

parents fa21268f af685c57
{
"name": "zimbra-admin-api-js",
"version": "0.3.12",
"version": "0.3.13",
"main": "src/index.js",
"engines": {
"node": ">=6.2"
......
......@@ -884,12 +884,11 @@ var zimbraAdminPassword = process.env.ZIMBRA_PASSWORD || '12345678';
});
});
it.only('Should create a copy of Cos Professional, called Pro2 ', function(done){
it.only('Should create a copy of Cos Professional', function(done){
let api = new ZimbraAdminApi(auth_data);
let newCos = Date.now();
api.copyCos("professional", newCos, function(err, res){
if(err) return console.error(err);
console.log(res);
expect(err).to.be.null;
done();
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment