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

Commit 0ac079b

Browse files
committed
lint
1 parent 3d1661f commit 0ac079b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/handlers/test_appservice.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def _register_application_service(
566566
"""
567567
# Create an application service
568568
appservice = ApplicationService(
569-
token=None,
569+
token=random_string(10),
570570
hostname="example.com",
571571
id=random_string(10),
572572
sender="@as:example.com",

0 commit comments

Comments
 (0)