Skip to content

Commit e008445

Browse files
committed
fix: docstring
1 parent 77c0e3e commit e008445

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_api/test_main/test_router/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Test main config.
1+
"""Test router config.
22
33
Copyright (c) 2024 MultiFactor
44
License: https://github.com/MultiDirectoryLab/MultiDirectory/blob/main/LICENSE
@@ -24,7 +24,7 @@ async def add_system_administrator(
2424
password_utils: PasswordUtils,
2525
setup_session: None, # noqa: ARG001
2626
) -> None:
27-
"""Get session and acquire after completion."""
27+
"""Create system administrator user for tests that require it."""
2828
object_class_dao = ObjectClassDAO(session)
2929
attribute_value_validator = AttributeValueValidator()
3030
entity_type_dao = EntityTypeDAO(

0 commit comments

Comments
 (0)