mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
[e2e] use textMessage instead of message
This commit is contained in:
parent
b9d4059a16
commit
a6fbdcc1ba
@ -42,7 +42,9 @@ func TestDeviceSelection(t *testing.T) {
|
||||
}
|
||||
|
||||
req := map[string]any{
|
||||
"message": "test",
|
||||
"textMessage": map[string]any{
|
||||
"text": "test",
|
||||
},
|
||||
"phoneNumbers": []string{
|
||||
"+79999999999",
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user