Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update prefect_snowflake/credentials.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Streed <desertaxle@users.noreply.github.com>
  • Loading branch information
ahuang11 and desertaxle authored Aug 12, 2022
1 parent 81cf672 commit 31bcebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefect_snowflake/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ def _validate_okta_kwargs(cls, values):
if authenticator == "okta_endpoint" and not okta_endpoint:
raise ValueError(
"If authenticator is set to `okta_endpoint`, "
"`okta_endpoint` must be provided\n"
"`okta_endpoint` must be provided"
)
return values

0 comments on commit 31bcebf

Please sign in to comment.