Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Clarify docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Mar 28, 2023
1 parent 1e2fc3c commit c38b2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handlers/test_e2e_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ def test_query_appservice(self) -> None:

@override_config({"experimental_features": {"msc3984_appservice_key_query": True}})
def test_query_local_devices_appservice(self) -> None:
"""If the user has no devices, we expect an empty list."""
"""Test that querying of appservices for keys overrides responses from the database."""
local_user = "@boris:" + self.hs.hostname
device_1 = "abc"
device_2 = "def"
Expand Down

0 comments on commit c38b2e3

Please sign in to comment.