fix: renamed reapplication field to duration

This commit is contained in:
Jannat Patel
2022-04-28 16:30:51 +05:30
parent 5db3d14b17
commit 83176a0293
4 changed files with 10 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ class TestUtils(unittest.TestCase):
"grant_certificate_after": "Evaluation",
"evaluator": "evaluator@example.com",
"max_attempts": 3,
"reapplication": 2
"duration": 2
})
user = new_user("Eval", "eval@test.com")