summaryrefslogtreecommitdiff
path: root/src/testing/test_bank_api_twisted.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 15:47:58 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 15:47:58 +0100
commit4dc7775ec4300c58bc6a0f637387659e1f8c4dfb (patch)
tree7a99a4ad0bc48a928e27a4e7b59ade9cee7e304e /src/testing/test_bank_api_twisted.c
parent973c6716793f498725bcd92f498532d0a51c97cb (diff)
downloadexchange-4dc7775ec4300c58bc6a0f637387659e1f8c4dfb.tar.gz
exchange-4dc7775ec4300c58bc6a0f637387659e1f8c4dfb.tar.bz2
exchange-4dc7775ec4300c58bc6a0f637387659e1f8c4dfb.zip
-remove pybank remenants
Diffstat (limited to 'src/testing/test_bank_api_twisted.c')
-rw-r--r--src/testing/test_bank_api_twisted.c29
1 files changed, 2 insertions, 27 deletions
diff --git a/src/testing/test_bank_api_twisted.c b/src/testing/test_bank_api_twisted.c
index 70ad102f4..80629b6f9 100644
--- a/src/testing/test_bank_api_twisted.c
+++ b/src/testing/test_bank_api_twisted.c
@@ -42,11 +42,6 @@
#define CONFIG_FILE_FAKEBANK "test_bank_api_fakebank_twisted.conf"
/**
- * Separate config file for running with the pybank.
- */
-#define CONFIG_FILE_PYBANK "test_bank_api_pybank_twisted.conf"
-
-/**
* True when the test runs against Fakebank.
*/
static int with_fakebank;
@@ -180,8 +175,7 @@ main (int argc,
if (with_fakebank)
cfgfilename = CONFIG_FILE_FAKEBANK;
else
- cfgfilename = CONFIG_FILE_PYBANK;
-
+ GNUNET_assert (0);
if (NULL == (twister_url = TALER_TWISTER_prepare_twister (
cfgfilename)))
{
@@ -212,26 +206,7 @@ main (int argc,
}
else
{
- TALER_LOG_DEBUG ("Running against the Pybank.\n");
- if (GNUNET_OK !=
- TALER_TESTING_prepare_bank (cfgfilename,
- GNUNET_YES,
- "exchange-account-2",
- &bc))
- {
- GNUNET_break (0);
- GNUNET_free (twister_url);
- return 77;
- }
-
- if (NULL == (bankd = TALER_TESTING_run_bank (
- cfgfilename,
- bc.exchange_auth.wire_gateway_url)))
- {
- GNUNET_break (0);
- GNUNET_free (twister_url);
- return 77;
- }
+ GNUNET_assert (0);
}
sleep (5);