Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
connectionstring bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hholgersen committed Jan 16, 2023
1 parent 2227aaa commit c7fa58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target_mssql/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@pytest.fixture()
def mssql_config():
return {
"sqlalchemy_url": "mssql+pymssql://sa:p@55w0rd@localhost:1433/master",
#"sqlalchemy_url": "mssql+pymssql://sa:p@55w0rd@localhost:1433/master",
"schema": "dbo",
"user": "sa",
"password": "P@55w0rd",
Expand Down

0 comments on commit c7fa58c

Please sign in to comment.