Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def test_run_no_log(self, caplog):
statement = "SQL"
caplog.clear()
self.db_hook_no_log_sql.run(statement)
assert len(caplog.messages) in [1, 2]
assert "Rows affected: 0" in caplog.text

def test_run_with_handler(self):
sql = "SQL"
Expand Down
Loading