use v1 urls #15

Merged
floatingghost merged 4 commits from v1-urls into develop 2022-12-14 12:05:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8f4d871074 - Show all commits

View File

@ -276,7 +276,7 @@ describe('Users actions', () => {
expect(wrapper.vm.resetPasswordDialogOpen).toBe(true)
expect(store.state.users.passwordResetToken.token).toBe('g05lxnBJQnL')
expect(store.state.users.passwordResetToken.link).toBe('http://url/api/pleroma/password_reset/g05lxnBJQnL')
expect(store.state.users.passwordResetToken.link).toBe('http://url/api/v1/pleroma/password_reset/g05lxnBJQnL')
closeDialogButton.trigger('click')
await flushPromises()