Fix ZApier integration link

This commit is contained in:
Julien Nahum 2024-08-12 11:43:00 +02:00
parent 517bccc695
commit 5d3bea030b
3 changed files with 2 additions and 3 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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);