Skip to content

Commit 3d15b69

Browse files
authored
Merge branch 'main' into anubhav-readme
2 parents dc04b19 + eb5856b commit 3d15b69

File tree

1 file changed

+1
-1
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def identify_required_authn_params(
5959
6060
Returns:
6161
A new dictionary representing the subset of required authentication parameters
62-
that are not covered by the provided `auth_services`.
62+
that are not covered by the provided `auth_service_names`.
6363
"""
6464
required_params = {} # params that are still required with provided auth_services
6565
for param, services in req_authn_params.items():

0 commit comments

Comments
 (0)