test: fix comment.

Change-Id: I71a28535f2c9081e965004f02ec85ff500f9278b
Reviewed-on: https://code.wireshark.org/review/35428
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Dario Lombardo 2019-12-13 12:17:10 +01:00
parent abd83d9961
commit 4ee90e4e6f
1 changed files with 1 additions and 1 deletions

View File

@ -17,9 +17,9 @@ from matchers import *
@fixtures.fixture
def check_outputformat(cmd_tshark, request, dirs, capture_file):
''' Check a capture file against a sample, in json format. '''
def check_outputformat_real(format_option, pcap_file='dhcp.pcap',
extra_args=[], expected=None, multiline=False):
''' Check a capture file against a sample, in json format. '''
self = request.instance
tshark_proc = self.assertRun([cmd_tshark, '-r', capture_file(pcap_file),
'-T', format_option] + extra_args)