Skip to content

Commit 2a8b5a1

Browse files
shrink start date further
1 parent c268282 commit 2a8b5a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def get_credentials(self):
165165
def get_properties(self, original: bool = True):
166166
"""Configuration of properties required for the tap."""
167167
return_value = {
168-
"start_date": "2026-01-29T00:00:00Z",
168+
"start_date": "2026-05-01T00:00:00Z",
169169
"project_slugs": os.getenv("TAP_CIRCLE_CI_PROJECTS"),
170170
}
171171
if original:

0 commit comments

Comments
 (0)