diff --git a/tests/Feature/OwnYourGramTest.php b/tests/Feature/OwnYourGramTest.php index 2016d5a8..316946a3 100644 --- a/tests/Feature/OwnYourGramTest.php +++ b/tests/Feature/OwnYourGramTest.php @@ -47,7 +47,7 @@ class OwnYourGramTest extends TestCase { $signer = new Sha256(); $token = (new Builder()) - ->set('client_id', 'http://ownyourgram.com') + ->set('client_id', 'https://ownyourgram.com') ->set('me', config('app.url')) ->set('scope', 'create') ->set('issued_at', time())