Skip to content

Commit

Permalink
fixup! Test for passing through unsigned data in /keys/query
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Nov 27, 2024
1 parent 066746d commit d1eebd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/msc4229/msc4229_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestUnsignedDeviceDataIsReturned(t *testing.T) {
)),
match.JSONKeyEqual(fmt.Sprintf(
"device_keys.%s.%s.unsigned", hs1user.UserID, hs1user.DeviceID,
), map[string]interface{}{"a": "b", "display_name": "complement"}),
), map[string]interface{}{"a": "b", "device_display_name": "complement"}),
},
})
}

0 comments on commit d1eebd1

Please sign in to comment.