Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zuul test report an error for "del" #55

Closed
cyrilchapon opened this issue Oct 10, 2018 · 1 comment
Closed

Zuul test report an error for "del" #55

cyrilchapon opened this issue Oct 10, 2018 · 1 comment

Comments

@cyrilchapon
Copy link

I'm getting this :
capture d ecran 2018-10-10 a 10 26 14

This seems to be because of beforeEach hook here which does :

    beforeEach(function(done) {
      cleanup(done);
    });

    var cleanup = function(fn) {
      storage.onConnect().then(function() {
        return storage.del('key1', 'key2');
      })
      .then(fn)
      ['catch'](fn);
    };

But in this test-case, storage doesn't have permission to delete.

@cyrilchapon
Copy link
Author

Sorry this was created by #54

I fixed it in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant