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 c268282 commit 2a8b5a1Copy full SHA for 2a8b5a1
1 file changed
tests/base.py
@@ -165,7 +165,7 @@ def get_credentials(self):
165
def get_properties(self, original: bool = True):
166
"""Configuration of properties required for the tap."""
167
return_value = {
168
- "start_date": "2026-01-29T00:00:00Z",
+ "start_date": "2026-05-01T00:00:00Z",
169
"project_slugs": os.getenv("TAP_CIRCLE_CI_PROJECTS"),
170
}
171
if original:
0 commit comments