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 ba2b68a commit 96db8bdCopy full SHA for 96db8bd
test/test_notecard.py
@@ -320,9 +320,9 @@ def test_transaction_does_not_retry_on_bad_bin_error_in_response(
320
@pytest.mark.parametrize('num_heartbeats,debug_enabled', [
321
(1, False),
322
(4, False),
323
+ (notecard.CARD_TRANSACTION_RETRIES + 1, False),
324
(1, True),
325
(4, True),
- (notecard.CARD_TRANSACTION_RETRIES + 1, False),
326
(notecard.CARD_TRANSACTION_RETRIES + 1, True),
327
])
328
def test_transaction_continues_after_heartbeat_to_get_valid_response(
0 commit comments