We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a9dbf commit 3b828cfCopy full SHA for 3b828cf
tests/integration/test_export.py
@@ -84,7 +84,7 @@ def test_export_filtered_dates(client,
84
regular_export = project.export_labels(download=True)
85
assert len(regular_export) == 1
86
87
- filtered_export = project.export_labels(download=True, start="2020-01-01")
+ filtered_export = project.export_labels(download=True, start="2020-01-01 00:00:00")
88
assert len(filtered_export) == 1
89
90
empty_export = project.export_labels(download=True,
0 commit comments