Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 15, 2023
1 parent 9af20f2 commit 200477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/profiles/vertica/test_vertica_user_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_connection_claiming() -> None:

# also test when there's no database
conn = Connection(**potential_values) # type: ignore
conn.extra = ''
conn.extra = ""
with patch("airflow.hooks.base.BaseHook.get_connection", return_value=conn):
profile_mapping = VerticaUserPasswordProfileMapping(conn)
assert not profile_mapping.can_claim_connection()
Expand Down

0 comments on commit 200477b

Please sign in to comment.