From 7e96ebefe226cad04f0293e6c9dd912f3cd6a773 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Wed, 1 Jun 2022 16:23:08 -0700 Subject: [PATCH] jbr_jag_test.py: removes incorrect debug parameter Signed-off-by: Jed Reynolds --- py-scripts/sandbox/jbr_jag_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/py-scripts/sandbox/jbr_jag_test.py b/py-scripts/sandbox/jbr_jag_test.py index b324139b..570a1b61 100755 --- a/py-scripts/sandbox/jbr_jag_test.py +++ b/py-scripts/sandbox/jbr_jag_test.py @@ -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: