We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffe7d5 commit 36d57d2Copy full SHA for 36d57d2
services/api-server/tests/unit/service/conftest.py
@@ -31,6 +31,9 @@ async def catalog_rpc_side_effect():
31
32
@pytest.fixture
33
def mocked_rpc_client(mocker: MockerFixture) -> MockType:
34
+ """This fixture mocks the RabbitMQRPCClient.request method which is used
35
+ in all RPC clients in the api-server, regardeless of the namespace.
36
+ """
37
38
async def _request(
39
namespace: RPCNamespace,
0 commit comments