Fix tests
Some checks failed
Build Docker and Deploy / Build Docker Container (push) Successful in 48s
Build Docker and Deploy / Run Unit-Tests (push) Failing after 9m39s
Build Docker and Deploy / Deploy to Server (push) Has been skipped

This commit is contained in:
Mike Schwörer 2025-04-12 20:55:37 +02:00
parent 9c53cc52e9
commit 631a682092
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF

View File

@ -254,6 +254,7 @@ func TestResponseChannelPreview(t *testing.T) {
"internal_name": "string", "internal_name": "string",
"display_name": "string", "display_name": "string",
"description_name": "string|null", "description_name": "string|null",
"messages_sent": "int",
}) })
} }