Skip to content

Commit

Permalink
Apply change to test
Browse files Browse the repository at this point in the history
  • Loading branch information
leorudczenko committed Nov 26, 2024
1 parent 4df22f6 commit 6ac4ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_db_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_connect(monkeypatch, db_params, driver, expected):


@pytest.mark.parametrize('db_params, expected', [
(ORACLEDB, 'oracle://testuser:mypassword@server:1521/testdb'),
(ORACLEDB, 'oracle+oracledb://testuser:mypassword@server:1521/testdb'),
(MSSQLDB,
'mssql+pyodbc://testuser:mypassword@server:1521/testdb?driver=test+driver'),
# NOQA
Expand Down

0 comments on commit 6ac4ecd

Please sign in to comment.