We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bob.Do
Rejects invalid device keys
1 parent 42e9010 commit 918badeCopy full SHA for 918bade
1 file changed
tests/csapi/upload_keys_test.go
@@ -66,7 +66,7 @@ func TestUploadKey(t *testing.T) {
66
},
67
"one_time_keys": oneTimeKeys,
68
})
69
- resp := bob.MustDo(t, "POST", []string{"_matrix", "client", "v3", "keys", "upload"}, reqBody)
+ resp := bob.Do(t, "POST", []string{"_matrix", "client", "v3", "keys", "upload"}, reqBody)
70
must.MatchResponse(t, resp, match.HTTPResponse{
71
StatusCode: http.StatusBadRequest,
72
JSON: []match.JSON{
0 commit comments