Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Dec 27, 2023
1 parent c33fe1a commit d03f86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/temporal/tests/test_external_data_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def test_create_external_job_activity(activity_environment, team, **kwargs
assert await sync_to_async(runs.exists)() # type:ignore
assert len(schemas) == len(PIPELINE_TYPE_SCHEMA_DEFAULT_MAPPING[new_source.source_type])

all_schemas = await sync_to_async(get_all_schemas_for_source_id)(new_source.pk, team_id=team.pk)
all_schemas = await sync_to_async(get_all_schemas_for_source_id)(new_source.pk, team.pk)
assert len(all_schemas) == len(PIPELINE_TYPE_SCHEMA_MAPPING[new_source.source_type])


Expand Down

0 comments on commit d03f86b

Please sign in to comment.