We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4151331 commit 5d7e11dCopy full SHA for 5d7e11d
tests/database/test_db.py
@@ -612,9 +612,7 @@ def test_submit_temp_logs_to_db_sqlite(self, mock_create_conn):
612
mock_create_conn.return_value = (mock_connection, mock_cursor)
613
mock_connection.in_transaction = False
614
615
- with patch(
616
- "nettacker.database.db.send_submit_query", return_value=True
617
- ):
+ with patch("nettacker.database.db.send_submit_query", return_value=True):
618
with patch("nettacker.database.db.Config") as mock_config:
619
mock_config.settings.max_retries = 3
620
0 commit comments