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 faee05c commit 19b45fbCopy full SHA for 19b45fb
tests/core/middleware/test_http_request_retry.py
@@ -99,7 +99,7 @@ def test_check_with_all_middlewares(make_post_request_mock):
99
assert make_post_request_mock.call_count == 5
100
101
102
-def test_check_if_retry_on_failure_true_for_maxpriofee():
+def test_eth_maxpriorityfeepergas_is_whitelisted():
103
method = "eth_maxPriorityFeePerGas"
104
assert check_if_retry_on_failure(method)
105
@@ -121,7 +121,7 @@ def test_valid_method_retried_for_maxpriofee_no_retry(exception_retry_request_se
121
with pytest.raises(ConnectionError):
122
exception_retry_request_setup(method, params)
123
124
- breakpoint()
+ # breakpoint()
125
# assert make_post_request_mock.call_count == 5
126
127
0 commit comments