zapier improvements (#532)

* zapier improvements

* Fix test case

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Chirag Chhatrala
2024-08-19 19:04:01 +05:30
committed by GitHub
parent 7ac8503201
commit 943e906c86
7 changed files with 18 additions and 23 deletions

View File

@@ -22,11 +22,11 @@ test('list all forms of a given workspace', function () {
->assertJsonCount(2)
->assertJson([
[
'id' => $form1->slug,
'id' => $form1->id,
'name' => $form1->title,
],
[
'id' => $form2->slug,
'id' => $form2->id,
'name' => $form2->title,
],
]);