diff options
author | David Robertson <davidr@element.io> | 2022-12-01 13:43:30 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-12-01 13:43:30 +0000 |
commit | 781b14ec69897a3b993fc46e43480a04cf2ad5f4 (patch) | |
tree | 169c9f3cfe3246c3a76fd9627e8ae917a012901a /tests/handlers | |
parent | Modernize unit tests configuration settings for workers. (#14568) (diff) | |
parent | 1.73.0rc2 (diff) | |
download | synapse-781b14ec69897a3b993fc46e43480a04cf2ad5f4.tar.xz |
Merge branch 'release-v1.73' into develop
Diffstat (limited to 'tests/handlers')
-rw-r--r-- | tests/handlers/test_device.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_device.py b/tests/handlers/test_device.py index a456bffd63..ce7525e29c 100644 --- a/tests/handlers/test_device.py +++ b/tests/handlers/test_device.py @@ -115,7 +115,7 @@ class DeviceTestCase(unittest.HomeserverTestCase): "device_id": "xyz", "display_name": "display 0", "last_seen_ip": None, - "last_seen_ts": 1000000, + "last_seen_ts": None, }, device_map["xyz"], ) |