Skip to content

Commit

Permalink
Use comma as separator in test
Browse files Browse the repository at this point in the history
  • Loading branch information
gvso committed May 3, 2018
1 parent f0e472c commit 6c5037f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/Provider/BitbucketTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function testAuthorizationUrl()

public function testScopes()
{
$scopeSeparator = ',';
$scopeSeparator = ' ';
$options = ['scope' => [uniqid(), uniqid()]];
$query = ['scope' => implode($scopeSeparator, $options['scope'])];
$url = $this->provider->getAuthorizationUrl($options);
Expand Down

0 comments on commit 6c5037f

Please sign in to comment.