We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c12e6e commit 6f6c00eCopy full SHA for 6f6c00e
1 file changed
tests/unit/app/endpoints/conftest.py
@@ -9,7 +9,7 @@
9
10
@pytest.fixture(name="mock_request_factory")
11
def mock_request_factory_fixture(mocker: MockerFixture) -> Callable[..., Any]:
12
- """Factory fixture that creates a mock FastAPI Request with optional RH Identity.
+ """Create a mock FastAPI Request with optional RH Identity.
13
14
Returns:
15
Callable that accepts an optional rh_identity argument and returns a Mock request.
0 commit comments