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 166c1e7 commit b4e204e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lib/sift_py/ingestion/_internal/ingest_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_ingestion_service_try_create_ingestion_request_validations(mocker: Mock
)

mock_get_or_create_ingestion_config = mocker.patch.object(
_IngestionServiceImpl, "get_or_create_ingestion_config"
_IngestionServiceImpl, "_get_or_create_ingestion_config"
)
mock_get_or_create_ingestion_config.return_value = mock_ingestion_config

Expand Down Expand Up @@ -333,7 +333,7 @@ def test_ingestion_service_init_ensures_rules_synchonized(mocker: MockFixture):
)

mock_get_or_create_ingestion_config = mocker.patch.object(
_IngestionServiceImpl, "get_or_create_ingestion_config"
_IngestionServiceImpl, "_get_or_create_ingestion_config"
)
mock_get_or_create_ingestion_config.return_value = mock_ingestion_config

Expand Down

0 comments on commit b4e204e

Please sign in to comment.