Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanMawdsleyBA committed Nov 4, 2023
1 parent 7cc8377 commit 685586f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class SnowflakeEncryptedPrivateKeyFilePemProfileMapping(BaseProfileMapping):
}

def can_claim_connection(self) -> bool:
# Make sure this isn't a private key enviroment variable
# Make sure this isn't a private key environmentvariable
result = super().can_claim_connection()
if result and self.conn.extra_dejson.get("private_key_content") is not None:
return False

Check warning on line 51 in cosmos/profiles/snowflake/user_encrypted_privatekey_file.py

View check run for this annotation

Codecov / codecov/patch

cosmos/profiles/snowflake/user_encrypted_privatekey_file.py#L51

Added line #L51 was not covered by tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"Tests for the Snowflake user/private key enviroment variable profile."
"Tests for the Snowflake user/private key environmentvariable profile."

import json
from unittest.mock import patch
Expand Down

0 comments on commit 685586f

Please sign in to comment.