Use proper URL for OwnYourGram
This commit is contained in:
parent
7e702f1ed8
commit
0fbbdda4f0
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue