Skip to content

Commit

Permalink
RM-96 pass mock_conn
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantimjohn committed Jul 24, 2023
1 parent e6fb9cd commit 71c5b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/records/test_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ def test_prep_table_exists_drop_explicit(self, mock_quote_schema_and_table):
self.mock_tbl.table_name,
self.mock_tbl.add_group_perms_for,
None,
db_conn=mock_driver)
db_conn=mock_conn)
mock_driver.set_grant_permissions_for_users.\
assert_called_with(self.mock_tbl.schema_name,
self.mock_tbl.table_name,
self.mock_tbl.add_user_perms_for,
None,
db_conn=mock_driver)
db_conn=mock_conn)

0 comments on commit 71c5b09

Please sign in to comment.