| Index: pkg/oauth2/test/authorization_code_grant_test.dart
|
| diff --git a/pkg/oauth2/test/authorization_code_grant_test.dart b/pkg/oauth2/test/authorization_code_grant_test.dart
|
| index c4ccc216f24772bb663851d9b445ba5f5b562bca..2b80cf4544fe52442db2417c3c23817ddb1fb08e 100644
|
| --- a/pkg/oauth2/test/authorization_code_grant_test.dart
|
| +++ b/pkg/oauth2/test/authorization_code_grant_test.dart
|
| @@ -50,7 +50,7 @@ void main() {
|
| '?response_type=code'
|
| '&client_id=identifier'
|
| '&redirect_uri=http%3A%2F%2Fexample.com%2Fredirect'
|
| - '&scope=scope%20other%2Fscope'));
|
| + '&scope=scope+other%2Fscope'));
|
| });
|
|
|
| test('builds the correct URL with state', () {
|
|
|