Commit af685c57 authored by Patricio Bruna's avatar Patricio Bruna

Merge branch 'missingFunctionsZBprov' of...

Merge branch 'missingFunctionsZBprov' of github.com:ZBoxApp/zimbra-admin-api-js into missingFunctionsZBprov
parents 6b462a21 e3fe5d3d
{
"name": "zimbra-admin-api-js",
"version": "0.3.9",
"version": "0.3.11",
"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