Made authentication test more robust

This commit is contained in:
2025-02-16 14:16:32 +11:00
parent 9994bed47e
commit deaeddb533
3 changed files with 48 additions and 33 deletions

View File

@@ -19,6 +19,7 @@ tester:
go run . --port 3232 --test --loglevel trace
test:
rm -f **/.projectreshoot-test-database.db
go mod tidy && \
go test . -v
go test ./middleware -v