File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments