mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 22:37:03 +00:00
jbr_jag_test.py: removes incorrect debug parameter
Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user