removed comment out lines

This commit is contained in:
Matthias Bisping 2022-05-06 19:16:17 +02:00
parent 0fc3db2fae
commit ed69011bf6

View File

@ -1,11 +1,7 @@
import pytest
from pyinfra.server.dispatcher.dispatchers.rest import RestDispatcher
from pyinfra.server.receiver.receivers.rest import RestReceiver
# @pytest.mark.parametrize("item_type", ["string"])
# @pytest.mark.parametrize("batched", [False])
def test_rest_receiver(endpoint, packages, server_process):
dispatcher = RestDispatcher(endpoint)
receiver = RestReceiver()