Skip to content

Commit e7384af

Browse files
committed
fix: test fixes
1 parent 8d45b08 commit e7384af

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

supertokens_python/recipe/thirdpartypasswordless/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def validate_and_normalise_user_input(
128128
raise ValueError("override must be an instance of InputOverrideConfig or None")
129129

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

133133
if providers is None:
134134
providers = []

0 commit comments

Comments
 (0)