Skip to content

Commit

Permalink
remove depreacted functionality from test mocks (#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolyachevets authored Oct 24, 2024
1 parent 1989cba commit 3df62a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions queue_services/account-mailer/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,6 @@ def keycloak_mock(monkeypatch):
lambda *args, **kwargs: None)


@pytest.fixture(autouse=True)
def mock_queue_auth(mocker):
"""Mock queue authorization."""
mocker.patch('auth_api.services.gcp_queue.gcp_auth.verify_jwt', return_value='')


@pytest.fixture(autouse=True)
def mock_pub_sub_call(mocker):
"""Mock pub sub call."""
Expand Down

0 comments on commit 3df62a8

Please sign in to comment.