aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-11-03 08:09:18 +0100
committerChristian Grothoff <christian@grothoff.org>2024-11-05 10:37:38 +0100
commit7786dc9a6df5cb01c2913f6d3c2171f0b9e9eb85 (patch)
tree6b35cf3ca2ff73bea39350d8dd062a9f698b7618 /src/include/taler_testing_lib.h
parenta26c2c9a882534e7035215419a073e1368fddec9 (diff)
more work on testing
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 5c00901f6..b95c9bb7d 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1392,7 +1392,7 @@ struct TALER_TESTING_Command
TALER_TESTING_cmd_reserve_close (
const char *label,
const char *reserve_reference,
- const char *target_account,
+ struct TALER_FullPayto target_account,
unsigned int expected_response_code);