Skip to content

Commit bb18c16

Browse files
authored
fix: properly init AuthProviderSumoToken with resource_id (#222)
1 parent 6ce4400 commit bb18c16

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sumo/wrapper/_auth_provider.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ class AuthProviderSumoToken(AuthProvider):
389389
before_sleep=_log_retry_info,
390390
)
391391
def __init__(self, resource_id, case_uuid=None):
392+
super().__init__(resource_id)
392393
protect_token_cache(resource_id, ".sharedkey", case_uuid)
393394
token_path = get_token_path(resource_id, ".sharedkey", case_uuid)
394395
with open(token_path, "r") as f:

0 commit comments

Comments
 (0)