Skip to content
Snippets Groups Projects
Commit 0b24d58e authored by Erik Johnston's avatar Erik Johnston
Browse files

No vdh tests!

parent ebcffbc3
No related branches found
No related tags found
No related merge requests found
...@@ -275,8 +275,7 @@ def _check_sigs_on_pdus(keyring, room_version, pdus): ...@@ -275,8 +275,7 @@ def _check_sigs_on_pdus(keyring, room_version, pdus):
# event id's domain (normally only the case for joins/leaves), and add additional # event id's domain (normally only the case for joins/leaves), and add additional
# checks. Only do this if the room version has a concept of event ID domain # checks. Only do this if the room version has a concept of event ID domain
if room_version in ( if room_version in (
RoomVersions.V1, RoomVersions.V2, RoomVersions.VDH_TEST, RoomVersions.V1, RoomVersions.V2, RoomVersions.STATE_V2_TEST,
RoomVersions.STATE_V2_TEST,
): ):
pdus_to_check_event_id = [ pdus_to_check_event_id = [
p for p in pdus_to_check p for p in pdus_to_check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment