Wrapping text in json object with 'data' as key
Some checks failed
tests / ci (push) Has been cancelled

This commit is contained in:
kwlo 2025-11-03 21:58:36 -05:00 committed by Benjamin Nussbaum
parent 52dfe92054
commit 10b53c3772
2 changed files with 2 additions and 2 deletions

View file

@ -113,7 +113,7 @@ test('plugin wraps plain text response body as JSON', function (): void {
$plugin->refresh();
expect($plugin->data_payload)->toBe([
'text' => 'Lorem ipsum dolor sit amet',
'data' => 'Lorem ipsum dolor sit amet',
]);
});