From 69ffea0191c633902b5c799e869c8512c6839cea Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 30 Apr 2020 09:05:53 -0400 Subject: [PATCH] ticket link for this issue --- src/_zkapauthorizer/tests/test_controller.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_zkapauthorizer/tests/test_controller.py b/src/_zkapauthorizer/tests/test_controller.py index c30f73e..963f84e 100644 --- a/src/_zkapauthorizer/tests/test_controller.py +++ b/src/_zkapauthorizer/tests/test_controller.py @@ -335,6 +335,8 @@ class PaymentControllerTests(TestCase): ), # TODO: It shouldn't need a default token count. It should # respect whatever was given on the first redemption attempt. + # + # https://github.com/PrivateStorageio/ZKAPAuthorizer/issues/93 default_token_count=num_tokens, # The number of redemption groups must not change for # redemption of a particular voucher. -- GitLab