fix: use fixture without params

This commit is contained in:
Roman 2025-02-28 01:29:08 +00:00
parent 1c227a7eca
commit 0b0c59ea6b
No known key found for this signature in database
GPG Key ID: BB3828275C58EFF1

View File

@ -12,7 +12,7 @@ logger = get_custom_logger(__name__)
class TestNetworkingPrivacy(StepsDataAvailability):
main_nodes = []
@pytest.mark.parametrize("setup_2_node_cluster", [2], indirect=True)
@pytest.mark.usefixtures("setup_2_node_cluster")
def test_consumed_bandwidth_dispersal(self, setup_2_node_cluster):
delay(5)
net_io = psutil.net_io_counters()