From 7dfcd3d46cbbae5de73a0021076361d42bd18882 Mon Sep 17 00:00:00 2001 From: DSeeLP <46624152+DSeeLP@users.noreply.github.com> Date: Sun, 23 Mar 2025 22:52:16 +0100 Subject: [PATCH] use different user in balance tests to avoid race condition --- tests/integration/user-balance.hurl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/user-balance.hurl b/tests/integration/user-balance.hurl index 13416f8..80b218b 100644 --- a/tests/integration/user-balance.hurl +++ b/tests/integration/user-balance.hurl @@ -1,6 +1,6 @@ POST {{host}}/api/login { - "name": "user1", + "name": "user3", "password": "this-is-a-password" } HTTP 200