Skip to content

Commit

Permalink
fix a failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharpandey13 committed Nov 21, 2024
1 parent 4013739 commit 0d5fdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/management/self-service-profiles.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ describe('selfServiceProfilesManager', () => {
const uri = `/self-service-profiles/profile1/sso-ticket/id1/revoke`;
const method = 'post';

checkMethod({ operation, uri, method, expectedResponse: {} });
checkMethod({ operation, uri, method, expectedResponse: '{}' });
});
});

0 comments on commit 0d5fdc1

Please sign in to comment.