Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(tests): fix OAuth permission test (#6121) r=@jrgm
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Apr 25, 2018
1 parent e80c7bf commit 8caf2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/oauth_permissions.js
Expand Up @@ -242,7 +242,7 @@ registerSuite('oauth permissions for untrusted reliers', {
// the first time through, only request email and uid
.then(openFxaFromUntrustedRp('signin', {
query: {
scope: 'profile:email profile:uid'
scope: 'openid profile:email profile:uid'
}
}))

Expand Down

0 comments on commit 8caf2c1

Please sign in to comment.