Skip to content

Commit

Permalink
Fix test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dlouseiro committed Jun 11, 2024
1 parent 23590aa commit 6459601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deserializers/test_snowflake_deserializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_deserialized_target_tables(


def test_database_configuration_with_password_invalid_input():
"""Test `DatabaseConfiguration` without password, using `password` authenticator."""
"""Test `DatabaseConfiguration` without password nor an `authenticator`."""
with pytest.raises(ValueError):
_ = DatabaseConfiguration(
database="some_db",
Expand Down

0 comments on commit 6459601

Please sign in to comment.