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 c7fa58c commit 30e7869
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 @@ -19,7 +19,7 @@ def mssql_config():
return {
#"sqlalchemy_url": "mssql+pymssql://sa:p@55w0rd@localhost:1433/master",
"schema": "dbo",
"user": "sa",
"username": "sa",
"password": "P@55w0rd",
"host": "localhost",
"port": "1433",
Expand Down

0 comments on commit 30e7869

Please sign in to comment.