From 0fbbdda4f03af1aed8fb791d9e07dcede6c2a518 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 13 Jul 2017 17:32:04 +0100 Subject: [PATCH] Use proper URL for OwnYourGram --- tests/Feature/OwnYourGramTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())