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
149
149
150
150
$ jsonData = [
151
151
'email ' => $ email ,
152
- 'requestConfirmation ' => true ,
152
+ 'requestConfirmation ' => false ,
153
153
'blacklisted ' => true ,
154
154
'htmlEmail ' => true ,
155
155
'disabled ' => true ,
@@ -160,7 +160,7 @@ public function testPostSubscribersWithValidSessionKeyAssignsProvidedSubscriberD
160
160
$ responseContent = $ this ->getDecodedJsonResponseContent ();
161
161
162
162
static ::assertSame ($ email , $ responseContent ['email ' ]);
163
- static ::assertFalse ($ responseContent ['confirmed ' ]);
163
+ static ::assertTrue ($ responseContent ['confirmed ' ]);
164
164
static ::assertFalse ($ responseContent ['blacklisted ' ]);
165
165
static ::assertTrue ($ responseContent ['html_email ' ]);
166
166
static ::assertFalse ($ responseContent ['disabled ' ]);
You can’t perform that action at this time.
0 commit comments