Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 941b9e9

Browse files
committedJan 5, 2024
test: updated url path in unit test case
1 parent ca58beb commit 941b9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/unit/organization-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ describe('Organization Test', () => {
176176

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

0 commit comments

Comments
 (0)
Please sign in to comment.