Skip to content

Commit

Permalink
Fixing test actions error
Browse files Browse the repository at this point in the history
  • Loading branch information
mugishaj092 committed Apr 7, 2024
1 parent eeefc5a commit 42ba6d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/user.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ describe('Auth endpoints', () => {
.set('authorization', `Bearer ${adminToken}`);
expect(response).to.have.status(200);
expect(response.body.status).to.equal('success');
process.exit(0);
});
});

0 comments on commit 42ba6d3

Please sign in to comment.