From 6972bd43ef82fcd17565784da4069d9a265b936a Mon Sep 17 00:00:00 2001 From: Anton Shutik Date: Fri, 15 Nov 2024 14:15:17 +0100 Subject: [PATCH] test --- tests/test_retry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_retry.py b/tests/test_retry.py index 229f569..67101a3 100644 --- a/tests/test_retry.py +++ b/tests/test_retry.py @@ -2,7 +2,7 @@ import urllib3 import requests from unittest.mock import MagicMock, patch - +import time def test_gets_response_after_retry_on_connection_error(shopify_client): with patch(