fix tests

This commit is contained in:
Matthias Mair 2025-01-08 22:44:56 +01:00
parent 6624dbf6c0
commit f0dc4a030e
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ export const test = baseTest.extend({
url != 'http://localhost:8000/this/does/not/exist.js' &&
url != 'http://localhost:8000/api/user/me/' &&
url != 'http://localhost:8000/api/user/token/' &&
url != 'http://localhost:8000/api/_allauth/browser/v1/auth/login' &&
url != 'http://localhost:8000/api/auth/v1/auth/login' &&
url != 'http://localhost:8000/api/barcode/' &&
url != 'https://docs.inventree.org/en/versions.json' &&
url != 'http://localhost:5173/favicon.ico' &&