Set the same default token_value on all platforms
Remove "if defined(OS_CHROMEOS)" when setting default token_value in SetRefreshTokenForAccount in identity_test_utils. UserPolicySigninServiceTest was calling IssueOAuthToken with "refresh_token_for_" + gaia_id value because they expect the refresh token to have this value by default. Fix this test by calling SetRefreshTokenForAccount with custom token value and using the same token to issue OAuth token. Bug: 1115075 Change-Id: I92ca73b25b87131b9fb02dbae8bbea8a5707adb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353333Reviewed-by:Kush Sinha <sinhak@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Anastasiia N <anastasiian@chromium.org> Cr-Commit-Position: refs/heads/master@{#798624}
Showing
Please register or sign in to comment