commit e3f3caacf595f0de3db49da0d532bb77bc46aa9f
parent f727bcd36ede7b896d430cc0d6cb83b521332ebb
Author: MS <ms@taler.net>
Date: Thu, 21 Jan 2021 14:48:44 +0100
remove accidental char
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/integration-tests/tests.py b/integration-tests/tests.py
@@ -67,7 +67,7 @@ def prepareNexus():
assertResponse(
post(
f"{PERSONA.nexus.base_url}/users",
- auth=auth.HTTPBasicAuth("adminx", "x"),
+ auth=auth.HTTPBasicAuth("admin", "x"),
json=dict(username=PERSONA.nexus.username, password=PERSONA.nexus.password),
)
)