diff --git a/pronotepy/test_pronotepy.py b/pronotepy/test_pronotepy.py index a969fff..4b9c7d7 100644 --- a/pronotepy/test_pronotepy.py +++ b/pronotepy/test_pronotepy.py @@ -40,13 +40,6 @@ def test_periods(self) -> None: def test_current_period(self) -> None: p = client.current_period self.assertIsNotNone(p) - pronote_time = pronotepy.Util.datetime_parse( - client.func_options["donneesSec"]["donnees"]["DateServeurHttp"]["V"] - ) - self.assertTrue( - p.start < pronote_time < p.end, - "current_period is not in progress", - ) def test_homework(self) -> None: start = client.start_day