Use proper URL for OwnYourGram

This commit is contained in:
Jonny Barnes 2017-07-13 17:32:04 +01:00
parent 7e702f1ed8
commit 0fbbdda4f0

View file

@ -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())