summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-26 22:54:33 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-26 22:54:33 +0100
commit98f5960411077dd8be648cbd21fd495bb874f8fd (patch)
treef909142ed9fc01d9c4133b48f4164866641482b2 /src/include/taler_testing_lib.h
parent1c1d4d9974d7a97bd157197adeb11cd759e2b931 (diff)
downloadexchange-98f5960411077dd8be648cbd21fd495bb874f8fd.tar.gz
exchange-98f5960411077dd8be648cbd21fd495bb874f8fd.tar.bz2
exchange-98f5960411077dd8be648cbd21fd495bb874f8fd.zip
cmd to del auditor
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 61f1c50a6..b89a775e6 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -2041,10 +2041,14 @@ TALER_TESTING_cmd_auditor_add (const char *label,
* "[auditor]" section in the configuration file.
*
* @param label command label.
+ * @param expected_http_status expected HTTP status from exchange
+ * @param bad_sig should we use a bogus signature?
* @return the command
*/
struct TALER_TESTING_Command
-TALER_TESTING_cmd_auditor_del (const char *label);
+TALER_TESTING_cmd_auditor_del (const char *label,
+ unsigned int expected_http_status,
+ bool bad_sig);
/**