jbr_jag_test.py: removes incorrect debug parameter

Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
Jed Reynolds
2022-06-01 16:23:08 -07:00
committed by shivam
parent b73395646a
commit 7e96ebefe2

View File

@@ -237,8 +237,7 @@ def test_set_port(args=None,
# ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- #
try:
station_test = TestStation(host=args.host,
port=8080,
_debug_on=False)
port=8080)
station_test.run(get_request=get_request, post_request=post_request)
except Exception as x: