Fix ZApier integration link
This commit is contained in:
parent
517bccc695
commit
5d3bea030b
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue