Skip to content

Commit

Permalink
test(api): fix an HTTP 204 test text
Browse files Browse the repository at this point in the history
  • Loading branch information
lego-technix committed Dec 23, 2024
1 parent 4e3c4df commit ada9c42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ describe('Acceptance | Identity Access Management | Application | Route | User',
});

context('when password is updated', function () {
it('replies with 200 status code', async function () {
it('replies with 204 status code', async function () {
// when
const response = await server.inject(options);

Expand Down

0 comments on commit ada9c42

Please sign in to comment.