Skip to content

Commit

Permalink
fix: conflicts resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurSadykov committed Oct 18, 2024
1 parent b7f5afe commit cc98c19
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions google/auth/impersonated_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,7 @@ def __init__(
and self._source_credentials._always_use_jwt_access
):
self._source_credentials._create_self_signed_jwt(None)
<<<<<<< HEAD
if (
universe_domain is not None
and universe_domain != self._source_credentials.universe_domain
):
raise exceptions.InvalidOperation(_UNIVERSE_DOMAIN_MATCH_SOURCE_ERROR)
=======
>>>>>>> 273a733 (fix: test updates)

self._universe_domain = source_credentials.universe_domain
self._target_principal = target_principal
self._target_scopes = target_scopes
Expand Down

0 comments on commit cc98c19

Please sign in to comment.