Commit 8cd532a4 authored by Federico Vaga's avatar Federico Vaga

tst: remove unused argument

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent aebc184e
......@@ -22,7 +22,7 @@ MAX_COUNT = 0xFFFF
@pytest.fixture(scope="function")
def fmcfd_tdc(request, fmcfd):
def fmcfd_tdc(fmcfd):
fmcfd.tdc.enable_input = False
fmcfd.tdc.enable_tstamp = False
fmcfd.tdc.termination = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment