commit 29b500fb8a02af58ef66241edfc14b8aca4d2045 parent 469695b7cb8a9eaff0a07ddb486401f0a6b45828 Author: MS <ms@taler.net> Date: Mon, 16 Nov 2020 18:09:42 +0100 fix URL Diffstat:
| M | integration-tests/tests.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/integration-tests/tests.py b/integration-tests/tests.py @@ -142,7 +142,7 @@ def teardown_function(): def test_imported_account(): resp = assertResponse( get( - f"{N}/bank-connections{NEXUS_BANK_CONNECTION}accounts", + f"{N}/bank-connections/{NEXUS_BANK_CONNECTION}/accounts", auth=NEXUS_AUTH ) )