removed comment out lines
This commit is contained in:
parent
0fc3db2fae
commit
ed69011bf6
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user