Skip to content

Commit

Permalink
Updated the getSelfUser() url for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanu-chahal committed Dec 15, 2024
1 parent 20a6ff6 commit 3a2cda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/extension-requests/extension-requests.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ describe('Tests the Extension Requests Screen', () => {
},
body: JSON.stringify(extensionRequestListForAuditLogs),
});
} else if (url === `${STAGING_API_URL}/users/self`) {
} else if (url === `${STAGING_API_URL}/users?profile=true`) {
interceptedRequest.respond({
status: 200,
contentType: 'application/json',
Expand Down

0 comments on commit 3a2cda0

Please sign in to comment.