Commit eca277a0 authored by David Gatica's avatar David Gatica

se sube version

parent 88929cf1
{
"name": "zimbra-admin-api-js",
"version": "0.3.14",
"version": "0.3.15",
"main": "src/index.js",
"engines": {
"node": ">=6.2"
......
......@@ -884,7 +884,7 @@ var zimbraAdminPassword = process.env.ZIMBRA_PASSWORD || '12345678';
});
});
it.skip('Should create a copy of Cos Professional', function(done){
it('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){
......
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