Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed May 11, 2022
1 parent f9f4a0a commit fc7325d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/tests/end-to-end/api/25-teams.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ describe('[Teams]', () => {
.expect((res) => {
expect(res.body).to.have.property('success', false);
expect(res.body).to.have.property('error');
expect(res.body.error).to.be.equal('invalid-params');
expect(res.body.errorType).to.be.equal('invalid-params');
})
.then(() => done())
.catch(done);
Expand Down

0 comments on commit fc7325d

Please sign in to comment.