zapier improvements (#532)
* zapier improvements * Fix test case --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -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,
|
||||
],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user