use different user in balance tests to avoid race condition

This commit is contained in:
DSeeLP 2025-03-23 22:52:16 +01:00
parent 6ffe0843d6
commit 7dfcd3d46c

View File

@ -1,6 +1,6 @@
POST {{host}}/api/login POST {{host}}/api/login
{ {
"name": "user1", "name": "user3",
"password": "this-is-a-password" "password": "this-is-a-password"
} }
HTTP 200 HTTP 200