Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Jun 21, 2024
1 parent b4e204e commit b452e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lib/sift_py/ingestion/_internal/ingest_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def test_ingestion_service_try_create_ingestion_request_validations(mocker: Mock
)
mock_get_or_create_ingestion_config.return_value = mock_ingestion_config

mock_update_flow_configs = mocker.patch.object(_IngestionServiceImpl, "update_flow_configs")
mock_update_flow_configs = mocker.patch.object(_IngestionServiceImpl, "_update_flow_configs")
mock_update_flow_configs.return_value = None

mock_update_rules = mocker.patch(_mock_path(update_rules))
Expand Down

0 comments on commit b452e43

Please sign in to comment.