Skip to content

Commit 3b08007

Browse files
committed
fix: test fixes
1 parent e7384af commit 3b08007

File tree

1 file changed

+1
-1
lines changed
  • supertokens_python/recipe/thirdpartyemailpassword

1 file changed

+1
-1
lines changed

supertokens_python/recipe/thirdpartyemailpassword/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def validate_and_normalise_user_input(
9999
raise ValueError("override must be of type InputOverrideConfig or None")
100100

101101
if providers is not None and not isinstance(providers, List): # type: ignore
102-
raise ValueError("providers must be of type List[Provider] or None")
102+
raise ValueError("providers must be of type List[ProviderInput] or None")
103103

104104
for provider in providers or []:
105105
if not isinstance(provider, ProviderInput): # type: ignore

0 commit comments

Comments
 (0)