summaryrefslogtreecommitdiff
path: root/src/testing/test_bank_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_bank_api.c')
-rw-r--r--src/testing/test_bank_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/test_bank_api.c b/src/testing/test_bank_api.c
index 3e34974bf..8e788493d 100644
--- a/src/testing/test_bank_api.c
+++ b/src/testing/test_bank_api.c
@@ -197,9 +197,9 @@ main (int argc,
return 77;
}
- if (NULL == (bankd = TALER_TESTING_run_bank (CONFIG_FILE_PYBANK,
- bc.exchange_auth.
- wire_gateway_url)))
+ if (NULL == (bankd = TALER_TESTING_run_bank (
+ CONFIG_FILE_PYBANK,
+ bc.exchange_auth.wire_gateway_url)))
{
GNUNET_break (0);
return 77;