Skip to content

Commit 556ab6c

Browse files
committed
Fix failing tests
1 parent 72fc767 commit 556ab6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/wpunit/ResourceTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public function testRefreshLandingPages()
361361
// did call both `get_landing_pages` and `get_legacy_landing_pages` methods.
362362
$this->assertArrayHasKey($_ENV['CONVERTKIT_API_LEGACY_LANDING_PAGE_ID'], $resources);
363363
$this->assertArrayHasKey('url', $resources[ $_ENV['CONVERTKIT_API_LEGACY_LANDING_PAGE_ID'] ]);
364-
$this->assertEquals('https://app.kit.com/landing_pages/' . $_ENV['CONVERTKIT_API_LEGACY_LANDING_PAGE_ID'], $resources[ $_ENV['CONVERTKIT_API_LEGACY_LANDING_PAGE_ID'] ]['url']);
364+
$this->assertEquals('https://app.convertkit.com/landing_pages/' . $_ENV['CONVERTKIT_API_LEGACY_LANDING_PAGE_ID'], $resources[ $_ENV['CONVERTKIT_API_LEGACY_LANDING_PAGE_ID'] ]['url']);
365365

366366
// Delete resources.
367367
$this->resource->delete();

0 commit comments

Comments
 (0)