From ac1ba3eddb03a5969a1457b4bd79b59f7e8a9a8d Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 1 Oct 2025 12:52:13 +0100 Subject: [PATCH] Add require `signatures` field to `/keys/upload` call --- tests/csapi/device_lists_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/csapi/device_lists_test.go b/tests/csapi/device_lists_test.go index 17340ccb..7012efa7 100644 --- a/tests/csapi/device_lists_test.go +++ b/tests/csapi/device_lists_test.go @@ -49,6 +49,7 @@ func TestDeviceListUpdates(t *testing.T) { ed25519KeyID: ed25519Key, curve25519KeyID: curve25519Key, }, + "signatures": map[string]interface{}{}, }, }), )