Skip to content

Commit

Permalink
eql()
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Dec 9, 2024
1 parent b03a6d0 commit 5e255b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/api/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -3818,7 +3818,7 @@ describe('Entities API', () => {
.send({ name: 'x'.repeat(256001) })
.expect(400)
.then(({ body }) => {
body.should.equal({
body.should.eql({
code: 400.36,
message: 'Request body too large.',
});
Expand Down

0 comments on commit 5e255b3

Please sign in to comment.