Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add delivered_at to tasks #1218

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Conversation

gustavomm19
Copy link
Contributor

@@ -18,7 +18,7 @@
UTC_NOW = timezone.now()


def bigquery_client_mock(self, n=1, user_id=1, kind=None):
def bigquery_client_mock(self, n=1, user_id=1, kind=None, date_start=None, date_end=None):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test was affected by this PR

+'delivered_at': None,

@jefer94 jefer94 merged commit fb46d32 into breatheco-de:development Dec 14, 2023
@gustavomm19 gustavomm19 deleted the delivered_at branch January 2, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants