bump old api argument deprecation date

This commit is contained in:
Andrej730
2024-06-03 11:32:25 +05:00
parent 4a5d1eba0b
commit 499cdbb9b8
+1 -1
View File
@@ -28,7 +28,7 @@ from typing import Union
def deprecation_check(test):
def new_test(self):
assert datetime.now().date() < datetime(2024, 6, 1).date(), "API arguments are completely deprecated"
assert datetime.now().date() < datetime(2024, 8, 1).date(), "API arguments are completely deprecated"
test(self)
return new_test