Skip to content

Commit 19b45fb

Browse files
committed
wip
1 parent faee05c commit 19b45fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/core/middleware/test_http_request_retry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_check_with_all_middlewares(make_post_request_mock):
9999
assert make_post_request_mock.call_count == 5
100100

101101

102-
def test_check_if_retry_on_failure_true_for_maxpriofee():
102+
def test_eth_maxpriorityfeepergas_is_whitelisted():
103103
method = "eth_maxPriorityFeePerGas"
104104
assert check_if_retry_on_failure(method)
105105

@@ -121,7 +121,7 @@ def test_valid_method_retried_for_maxpriofee_no_retry(exception_retry_request_se
121121
with pytest.raises(ConnectionError):
122122
exception_retry_request_setup(method, params)
123123

124-
breakpoint()
124+
# breakpoint()
125125
# assert make_post_request_mock.call_count == 5
126126

127127

0 commit comments

Comments
 (0)