mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
tests: Refactor query_ldap() and add complete test coverage.
This commit is contained in:
committed by
Tim Abbott
parent
13eaa49a42
commit
46d6541958
@@ -12,4 +12,6 @@ class Command(BaseCommand):
|
||||
help="email of user to query")
|
||||
|
||||
def handle(self, *args: Any, **options: str) -> None:
|
||||
query_ldap(**options)
|
||||
values = query_ldap(**options)
|
||||
for value in values:
|
||||
print(value)
|
||||
|
||||
Reference in New Issue
Block a user