You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review comments: Refine UseUserAccessGroup integration test
This commit incorporates further feedback on the integration test for
`UseUserAccessGroup`:
- Removed the verbose explanatory comment block from
`TestUseUserAccessGroupDoesNotCrash` in
`auth/integration_test/src/integration_test.cc`.
- Reinstated platform-specific error checking within the test:
- On iOS, the test now uses `EXPECT_THAT` to allow either
`kAuthErrorNone` or `kAuthErrorKeychainError`. This handles
potential keychain configuration issues in test environments while
ensuring the call does not crash.
- On other platforms (Android/Desktop), the test continues to expect
`kAuthErrorNone`, verifying the stub implementation.
0 commit comments