From 60bffc63203f5cd3741fc3959065559b57c8ab22 Mon Sep 17 00:00:00 2001 From: Alex Vanderbist Date: Mon, 25 Nov 2024 16:40:39 +0100 Subject: [PATCH] Fix tests --- tests/ScreenshotTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ScreenshotTest.php b/tests/ScreenshotTest.php index 16b2a95d..b2974cba 100644 --- a/tests/ScreenshotTest.php +++ b/tests/ScreenshotTest.php @@ -203,7 +203,7 @@ ], $instance->createScreenshotCommand('screenshot.png')); // It should be online so mis-use the assetsContains because a 4xx error won't contain the word "browerless". - $html = Browsershot::url('https://chrome.browserless.io/json/') + $html = Browsershot::url('https://chrome.browserless.io/') ->bodyHtml(); // If it's offline then this will fail.