Update test

This commit is contained in:
Till Faelligen 2022-02-15 09:50:26 +01:00
parent ca932c23ce
commit 92e93191e2

View file

@ -36,6 +36,12 @@ func Test_sendServerNoticeRequest_validate(t *testing.T) {
name: "msgtype empty",
fields: fields{
UserID: "@alice:localhost",
Content: struct {
MsgType string `json:"msgtype,omitempty"`
Body string `json:"body,omitempty"`
}{
Body: "Hello world!",
},
},
},
{