File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Integration/Subscription/Controller Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public function testPostSubscribersWithValidSessionKeyAssignsProvidedSubscriberD
149149150150 $ jsonData = [
151151 'email ' => $ email ,
152- 'requestConfirmation ' => true ,
152+ 'requestConfirmation ' => false ,
153153 'blacklisted ' => true ,
154154 'htmlEmail ' => true ,
155155 'disabled ' => true ,
@@ -160,7 +160,7 @@ public function testPostSubscribersWithValidSessionKeyAssignsProvidedSubscriberD
160160 $ responseContent = $ this ->getDecodedJsonResponseContent ();
161161
162162 static ::assertSame ($ email , $ responseContent ['email ' ]);
163- static ::assertFalse ($ responseContent ['confirmed ' ]);
163+ static ::assertTrue ($ responseContent ['confirmed ' ]);
164164 static ::assertFalse ($ responseContent ['blacklisted ' ]);
165165 static ::assertTrue ($ responseContent ['html_email ' ]);
166166 static ::assertFalse ($ responseContent ['disabled ' ]);
You can’t perform that action at this time.
0 commit comments