From a360d9c6a0538f8d4806745f74cb0eae75e91b69 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 28 Feb 2018 16:59:39 +0100 Subject: Test cases connect to the exchange via the base URL they get from exchange/BASE_URL config value. This way, the twister can be easily put in the middle by making it listen on the same port specified after the : of the exchange/BASE_URL. --- src/exchange-lib/test_exchange_api_keys_cherry_picking.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/exchange-lib/test_exchange_api_keys_cherry_picking.conf') diff --git a/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf b/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf index b2d2fbc5f..38b952824 100644 --- a/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf +++ b/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf @@ -19,9 +19,9 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG # How to access our database DB = postgres -# Base URL of the exchange. Note that the test expects exactly this -# value in the wire transfers. -BASE_URL = "https://exchange.com/" +# Base URL of the exchange. Must be set to a URL where the +# exchange (or the twister) is actually listening. +BASE_URL = "http://localhost:8081/" [exchangedb-postgres] DB_CONN_STR = "postgres:///talercheck" -- cgit v1.2.3