Skip to content

Commit

Permalink
test: use correct endpoint in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Aug 4, 2023
1 parent 082187e commit b21e999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/specs/store/modules/indexing.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ describe('IndexingStore', () => {
expect(mockAxios.request).toBeCalledTimes(1)
expect(mockAxios.request).toBeCalledWith(
expect.objectContaining({
url: Api.getFullUrl(`/api/project/${project}`),
url: Api.getFullUrl(`/api/project/`),
method: 'DELETE'
})
)
Expand Down

0 comments on commit b21e999

Please sign in to comment.