Skip to content

Commit

Permalink
test: updated url path in unit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithad0703 committed Jan 5, 2024
1 parent ca58beb commit 941b9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/organization-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ describe('Organization Test', () => {

it('Organization Transfer Ownership', done => {
const mock = new MockAdapter(Axios)
mock.onPost(`/organizations/${systemUidMock.uid}/transfer_ownership`).reply(200, { ...noticeMock })
mock.onPost(`/organizations/${systemUidMock.uid}/transfer-ownership`).reply(200, { ...noticeMock })
makeOrganization({
organization: {
...systemUidMock,
Expand Down

0 comments on commit 941b9e9

Please sign in to comment.