diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-10-14 14:55:08 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-10-14 14:55:08 +0200 |
commit | 3c9ea5e61f1c4df40f7607a5b061c0990b405f37 (patch) | |
tree | 4eb52e68e2c58fc77b7031a7d852a7cde204a26f /src/lib | |
parent | 37bd6899d24b234534926af5e40b112eb4565baa (diff) |
fix url
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/test_merchant_api_twisted.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/test_merchant_api_twisted.c b/src/lib/test_merchant_api_twisted.c index 46fdb47b..c4382f73 100644 --- a/src/lib/test_merchant_api_twisted.c +++ b/src/lib/test_merchant_api_twisted.c @@ -260,7 +260,7 @@ run (void *cls, * mentioned in the bug report #5719. */ TALER_TESTING_cmd_malform_response - ("5719-malform-xcg-resp", + ("5719-malform-exchange-resp", PROXY_EXCHANGE_CONFIG_FILE), TALER_TESTING_cmd_pay ("5719-deposit", @@ -1085,9 +1085,9 @@ main (int argc, return 77; twister_merchant_url_instance_nonexistent = TALER_url_join ( - twister_exchange_url, "instances/foo/", NULL); - twister_merchant_url_instance_tor = TALER_url_join (twister_exchange_url, - "instances/tor/", NULL); + twister_merchant_url, "instances/foo/", NULL); + twister_merchant_url_instance_tor = TALER_url_join ( + twister_merchant_url, "instances/tor/", NULL); TALER_TESTING_cleanup_files (CONFIG_FILE); |