Tests[SendToManualChannel]

This commit is contained in:
2022-12-14 16:38:01 +01:00
parent de6ad35f60
commit ef1844109f
3 changed files with 115 additions and 10 deletions

View File

@@ -160,7 +160,7 @@ func TestGetMessageFull(t *testing.T) {
data := tt.InitDefaultData(t, ws)
ts := time.Now().Unix() - 735
content := tt.Lipsum0(2)
content := tt.ShortLipsum0(2)
msgOut := tt.RequestPost[gin.H](t, baseUrl, "/", gin.H{
"user_key": data.User[0].SendKey,