tests/taler: update merchant instance's endpoint

eljamm 12fa6482 21ad6f74

Changed files
+4 -4
nixos
tests
taler
tests
+4 -4
nixos/tests/taler/tests/basic.nix
···
"credit_facade_credentials":{"type":"basic","username":"merchant","password":"merchant"}
}'
""",
-
"-sSfL 'http://merchant:8083/private/accounts'"
])
# Register a new product to be ordered
succeed(merchant, [
···
"next_restock": { "t_s": "never" }
}'
""",
-
"-sSfL 'http://merchant:8083/private/products'"
])
···
"inventory_products": [{ "product_id": "1", "quantity": 1 }]
}'
""",
-
"-sSfL 'http://merchant:8083/private/orders'"
])
)
order_id = response["order_id"]
···
response = json.loads(
succeed(merchant, [
"curl -sSfL",
-
f"http://merchant:8083/private/orders/{order_id}"
])
)
wallet_cli("run-until-done")
···
"credit_facade_credentials":{"type":"basic","username":"merchant","password":"merchant"}
}'
""",
+
"-sSfL 'http://merchant:8083/instances/default/private/accounts'"
])
# Register a new product to be ordered
succeed(merchant, [
···
"next_restock": { "t_s": "never" }
}'
""",
+
"-sSfL 'http://merchant:8083/instances/default/private/products'"
])
···
"inventory_products": [{ "product_id": "1", "quantity": 1 }]
}'
""",
+
"-sSfL 'http://merchant:8083/instances/default/private/orders'"
])
)
order_id = response["order_id"]
···
response = json.loads(
succeed(merchant, [
"curl -sSfL",
+
f"http://merchant:8083/instances/default/private/orders/{order_id}"
])
)
wallet_cli("run-until-done")