Skip to content

Commit b74bb83

Browse files
committed
ISSUE-345: test fix
1 parent 103ce26 commit b74bb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/Integration/Controller/SubscriberControllerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function testPostSubscribersWithValidSessionKeyAssignsProvidedSubscriberD
129129
$email = '[email protected]';
130130
$jsonData = [
131131
'email' => $email,
132-
'confirmed' => true,
132+
'request_confirmation' => true,
133133
'blacklisted' => true,
134134
'html_email' => true,
135135
'disabled' => true,

0 commit comments

Comments
 (0)