Skip to content

Commit

Permalink
remove unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Feb 7, 2024
1 parent bb83aa0 commit bf8e7a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ def mock_service(mocker, set_env):
yield service


@pytest.fixture
def mock_document_service(mock_service):
mock_document_service = mock_service.document_service
yield mock_document_service


@pytest.fixture
def mock_fhir_bundle(mocker):
mock_fhir_bundle = mocker.patch("fhir.resources.STU3.bundle.Bundle.parse_raw")
Expand Down

0 comments on commit bf8e7a4

Please sign in to comment.