Prepare WEI 2022 (because tests are broken)

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2022-02-12 14:24:25 +01:00
parent 4e30f805a7
commit d3273e9ee2
No known key found for this signature in database
GPG key ID: 3A75C55819C8CF85
5 changed files with 407 additions and 3 deletions

View file

@ -782,7 +782,7 @@ class TestDefaultWEISurvey(TestCase):
WEISurvey.update_form(None, None)
self.assertEqual(CurrentSurvey.get_algorithm_class().get_survey_class(), CurrentSurvey)
self.assertEqual(CurrentSurvey.get_year(), 2021)
self.assertEqual(CurrentSurvey.get_year(), 2022)
class TestWeiAPI(TestAPI):