Skip to content

Commit 6f6c00e

Browse files
committed
fix(tests): use imperative mood in conftest fixture docstring
Signed-off-by: Major Hayden <major@redhat.com>
1 parent 5c12e6e commit 6f6c00e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/app/endpoints/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
@pytest.fixture(name="mock_request_factory")
1111
def mock_request_factory_fixture(mocker: MockerFixture) -> Callable[..., Any]:
12-
"""Factory fixture that creates a mock FastAPI Request with optional RH Identity.
12+
"""Create a mock FastAPI Request with optional RH Identity.
1313
1414
Returns:
1515
Callable that accepts an optional rh_identity argument and returns a Mock request.

0 commit comments

Comments
 (0)