mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 15:22:18 +00:00
tests: fix missing host in cleanup request
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
|
|
||||||
export async function cleanupBackend() {
|
export async function cleanupBackend() {
|
||||||
await axios.post('/api/test/reset');
|
await axios.post('http://localhost/api/test/reset');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user