diff --git a/test/e2e/device_selection_test.go b/test/e2e/device_selection_test.go index 9f4cffa..8a777d4 100644 --- a/test/e2e/device_selection_test.go +++ b/test/e2e/device_selection_test.go @@ -42,7 +42,9 @@ func TestDeviceSelection(t *testing.T) { } req := map[string]any{ - "message": "test", + "textMessage": map[string]any{ + "text": "test", + }, "phoneNumbers": []string{ "+79999999999", },