Skip to content

Commit

Permalink
test(publish-with-publish-please): try fix test on CI with npm versio…
Browse files Browse the repository at this point in the history
…n 6.9.2
  • Loading branch information
hdorgeval committed Jun 29, 2019
1 parent 0584c15 commit b487d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/13-integration-tests.js
Expand Up @@ -1184,7 +1184,8 @@ describe('Integration tests', () => {
assert(
err.message.indexOf('You do not have permission to publish') > -1 ||
err.message.indexOf('auth required for publishing') > -1 ||
err.message.indexOf('operation not permitted') > -1
err.message.indexOf('operation not permitted') > -1 ||
err.message.indexOf('You must be logged in to publish packages') > -1
);
}));

Expand Down

0 comments on commit b487d88

Please sign in to comment.