summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/taler_testing_lib.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index fdc1e9bcb..497675344 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -2912,7 +2912,12 @@ enum TALER_TESTING_URL_Type
/**
* HTTP URL of the exchange's bank account at the bank.
*/
- TALER_TESTING_UT_EXCHANGE_BANK_ACCOUNT_URL = 2
+ TALER_TESTING_UT_EXCHANGE_BANK_ACCOUNT_URL = 2,
+
+ /**
+ * A taler://-URL.
+ */
+ TALER_TESTING_UT_TALER_URL = 3
};