s.callService('projectName', null, null, function (error, data, status) {
            expect(error).toContain("path");
            expect(data).toBeUndefined();
            expect(status).toBeUndefined();
        });