Fix npm test

[ci skip]
pull/5488/head
Oliver Günther 8 years ago
parent 5284322eef
commit 7d272784c1
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      frontend/tests/unit/tests/work_packages/controllers/menus/options-dropdown-menu-controller-test.js

@ -368,7 +368,7 @@ describe('optionsDropdown Directive', function() {
});
it('activates the export modal on click', function() {
authorisation.withArgs('work_package', 'representations').returns(true);
authorisation.withArgs('work_packages', 'representations').returns(true);
compile();

Loading…
Cancel
Save