From 148b546435a8fdd83372d4f546d809f5322ae05b Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 17 Jan 2019 16:37:16 +0100 Subject: /keys API. Adding method to override the last_denom value for a key set. --- src/lib/test_exchange_api_overlapping_keys_bug.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/lib/test_exchange_api_overlapping_keys_bug.c') diff --git a/src/lib/test_exchange_api_overlapping_keys_bug.c b/src/lib/test_exchange_api_overlapping_keys_bug.c index 175754fcb..8944bae22 100755 --- a/src/lib/test_exchange_api_overlapping_keys_bug.c +++ b/src/lib/test_exchange_api_overlapping_keys_bug.c @@ -96,12 +96,11 @@ run (void *cls, 1, 4), - /** - * Avoid cherry-pick, just GET /keys. - */ - TALER_TESTING_cmd_check_keys_pull_all_keys ("second-download", - 2, - 4), + /* Causes GET /keys?last_denom_issue=0 */ + TALER_TESTING_cmd_check_keys_with_last_denom ("second-download", + 2, + 8, + GNUNET_TIME_UNIT_ZERO_ABS), TALER_TESTING_cmd_end () }; -- cgit v1.2.3