Skip to content

Commit

Permalink
fix: fix get_merged_config tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane Clark committed Oct 31, 2024
1 parent 9fec758 commit 19319b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemachange/config/DeployConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,6 @@ def get_session_kwargs(self) -> dict:
"autocommit": self.autocommit,
"query_tag": self.query_tag,
}
print("get_session_kwargs")
print(session_kwargs)
return {k: v for k, v in session_kwargs.items() if v is not None}

0 comments on commit 19319b6

Please sign in to comment.