Skip to content

Commit 9b7f5cc

Browse files
committed
Update test now that variable batch size factory is used by request clients.
1 parent c5db7a0 commit 9b7f5cc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/taco/test_porter_taco_python_interface.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ def test_taco_decryption_request_ordering(
194194
value_factory_spy.assert_called_once_with(
195195
ANY,
196196
ursulas_to_contact=expected_ursula_request_order,
197-
batch_size=ANY,
198197
threshold=ANY,
199198
)
200199

@@ -448,7 +447,6 @@ def test_taco_sign_request_ordering(
448447
value_factory_spy.assert_called_once_with(
449448
ANY,
450449
ursulas_to_contact=expected_ursula_request_order,
451-
batch_size=ANY,
452450
threshold=ANY,
453451
)
454452

0 commit comments

Comments
 (0)