File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ public function testRefreshLandingPages()
361
361
// did call both `get_landing_pages` and `get_legacy_landing_pages` methods.
362
362
$ this ->assertArrayHasKey ($ _ENV ['CONVERTKIT_API_LEGACY_LANDING_PAGE_ID ' ], $ resources );
363
363
$ 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 ' ]);
365
365
366
366
// Delete resources.
367
367
$ this ->resource ->delete ();
You can’t perform that action at this time.
0 commit comments