diff --git a/client/data/forms/integrations.json b/client/data/forms/integrations.json index 3215f898..84cede08 100644 --- a/client/data/forms/integrations.json +++ b/client/data/forms/integrations.json @@ -43,7 +43,7 @@ "is_pro": false, "is_external": true, "is_editable": false, - "url": "https://zapier.com/app/zaps" + "url": "https://zapier.com/developer/public-invite/208997/0d5f5584d1dc082fb28a6a8e5a1cc3f2/" }, "google_sheets": { "name": "Google Sheets", diff --git a/resources/data/forms/integrations.json b/resources/data/forms/integrations.json index 3215f898..84cede08 100644 --- a/resources/data/forms/integrations.json +++ b/resources/data/forms/integrations.json @@ -43,7 +43,7 @@ "is_pro": false, "is_external": true, "is_editable": false, - "url": "https://zapier.com/app/zaps" + "url": "https://zapier.com/developer/public-invite/208997/0d5f5584d1dc082fb28a6a8e5a1cc3f2/" }, "google_sheets": { "name": "Google Sheets", diff --git a/tests/Feature/Forms/ConfirmationEmailTest.php b/tests/Feature/Forms/ConfirmationEmailTest.php index 257006b5..83b07d5f 100644 --- a/tests/Feature/Forms/ConfirmationEmailTest.php +++ b/tests/Feature/Forms/ConfirmationEmailTest.php @@ -4,7 +4,6 @@ use App\Mail\Forms\SubmissionConfirmationMail; use Illuminate\Support\Facades\Mail; it('creates confirmation emails with the submitted data', function () { - $this->withoutExceptionHandling(); $user = $this->actingAsUser(); $workspace = $this->createUserWorkspace($user); $form = $this->createForm($user, $workspace);