Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishankoradia committed Oct 11, 2024
1 parent f354db3 commit cb4562b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddpui/tests/api_tests/test_transform_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def mock_setup_sync_sources(orgdbt: OrgDbt, warehouse: OrgWarehouse):
get_wclient_mock.return_value = mock_instance

assert OrgDbtModel.objects.filter(type="source", orgdbt=orgdbt).count() == 0
sync_sources_for_warehouse(orgdbt.id, warehouse.id, warehouse.org.slug)
sync_sources_for_warehouse(orgdbt.id, warehouse.id, "task-id", "hashkey")
for schema in SCHEMAS_TABLES:
assert (
list(
Expand Down

0 comments on commit cb4562b

Please sign in to comment.