We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c0e3e commit e008445Copy full SHA for e008445
1 file changed
tests/test_api/test_main/test_router/conftest.py
@@ -1,4 +1,4 @@
1
-"""Test main config.
+"""Test router config.
2
3
Copyright (c) 2024 MultiFactor
4
License: https://github.com/MultiDirectoryLab/MultiDirectory/blob/main/LICENSE
@@ -24,7 +24,7 @@ async def add_system_administrator(
24
password_utils: PasswordUtils,
25
setup_session: None, # noqa: ARG001
26
) -> None:
27
- """Get session and acquire after completion."""
+ """Create system administrator user for tests that require it."""
28
object_class_dao = ObjectClassDAO(session)
29
attribute_value_validator = AttributeValueValidator()
30
entity_type_dao = EntityTypeDAO(
0 commit comments