Skip to content

Commit

Permalink
Right device keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Kegan Dougal committed Nov 27, 2023
1 parent 5d5b874 commit b81445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/federation_device_list_update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func TestDeviceListsUpdateOverFederation(t *testing.T) {
DeviceID: "NEW_DEVICE",
Password: "this is alices password",
})
deviceKeys, oneTimeKeys := alice.MustGenerateOneTimeKeys(t, 1)
deviceKeys, oneTimeKeys := alice2.MustGenerateOneTimeKeys(t, 1)
alice2.MustDo(t, "POST", []string{"_matrix", "client", "v3", "keys", "upload"}, client.WithJSONBody(t, map[string]interface{}{
"device_keys": deviceKeys,
"one_time_keys": oneTimeKeys,
Expand Down

0 comments on commit b81445a

Please sign in to comment.