Skip to content

Commit 099a8b4

Browse files
committed
testCreateSubscriberWithSubscriberState: Use cancelled state for test
1 parent d657bfa commit 099a8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ConvertKitAPITest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2450,7 +2450,7 @@ public function testCreateSubscriberWithFirstName()
24502450
*/
24512451
public function testCreateSubscriberWithSubscriberState()
24522452
{
2453-
$subscriberState = 'inactive';
2453+
$subscriberState = 'cancelled';
24542454
$emailAddress = $this->generateEmailAddress();
24552455
$result = $this->api->create_subscriber(
24562456
email_address: $emailAddress,

0 commit comments

Comments
 (0)