Skip to content

Commit 1c70734

Browse files
test: updated url path in unit test case
1 parent dbb1bf9 commit 1c70734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/organization-test.js

Lines changed: 1 addition & 1 deletion
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)