Skip to content

Commit

Permalink
Code style (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
xitep committed Oct 21, 2024
1 parent 474a6ee commit e063d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion providers/tests/databricks/hooks/test_databricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1273,8 +1273,9 @@ def setup_method(self, method, session=None):
@pytest.mark.db_test
class TestDatabricksHookConnSettings(TestDatabricksHookToken):
"""
Tests that setting the `schema` and/or `port` does have effect on requested API url.
Tests that `schema` and/or `port` get reflected in the requested API URLs.
"""

@provide_session
def setup_method(self, method, session=None):
conn = session.query(Connection).filter(Connection.conn_id == DEFAULT_CONN_ID).first()
Expand Down

0 comments on commit e063d51

Please sign in to comment.