Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Jul 25, 2024
1 parent 7809c9d commit 02864eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions posthog/temporal/tests/batch_exports/test_import_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ async def test_postgres_source_without_ssh_tunnel(activity_environment, team, **
table_names=["table_1"],
incremental_field=None,
incremental_field_type=None,
team_id=team.id,
)


Expand Down Expand Up @@ -125,6 +126,7 @@ async def test_postgres_source_with_ssh_tunnel_disabled(activity_environment, te
table_names=["table_1"],
incremental_field=None,
incremental_field_type=None,
team_id=team.id,
)


Expand Down Expand Up @@ -180,4 +182,5 @@ def __exit__(self, exc_type, exc_value, exc_traceback):
table_names=["table_1"],
incremental_field=None,
incremental_field_type=None,
team_id=team.id,
)

0 comments on commit 02864eb

Please sign in to comment.