Skip to content
Snippets Groups Projects
Commit 42e858da authored by Daniel Wagner-Hall's avatar Daniel Wagner-Hall
Browse files

Fix units in test

I made the non-test seconds instead of ms, but not the test
parent 3e6fdfda
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ class RegisterTestCase(unittest.TestCase):
return caveat == "type = access"
def verify_expiry(caveat):
return caveat == "time < 8600"
return caveat == "time < 8600000"
v = pymacaroons.Verifier()
v.satisfy_general(verify_gen)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment