diff --git a/tests/CaptchaTest.php b/tests/CaptchaTest.php index 11e5231..2fef740 100644 --- a/tests/CaptchaTest.php +++ b/tests/CaptchaTest.php @@ -66,7 +66,7 @@ public function testJavascriptHasNonce() public function testGetPolyfillJs() { - $js = 'https://cdn.polyfill.io/v2/polyfill.min.js'; + $js = 'https://cdnjs.cloudflare.com/polyfill/v2/polyfill.min.js'; $this->assertEquals($js, $this->captcha->getPolyfillJs()); }