Skip to content

Commit e9a6b3b

Browse files
committed
Add require signatures field to /keys/upload call (matrix-org#805)
1 parent 89b911f commit e9a6b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/csapi/device_lists_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func TestDeviceListUpdates(t *testing.T) {
4949
ed25519KeyID: ed25519Key,
5050
curve25519KeyID: curve25519Key,
5151
},
52+
"signatures": map[string]interface{}{},
5253
},
5354
}),
5455
)

0 commit comments

Comments
 (0)