From baa804db443604ba2e5eb416924358749fc03575 Mon Sep 17 00:00:00 2001 From: harisang Date: Thu, 18 May 2023 12:44:12 +0300 Subject: [PATCH] pylint fix --- .../quasimodo_ebbo_test/quasimodo_ebbo_test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/monitoring_tests/quasimodo_ebbo_test/quasimodo_ebbo_test.py b/src/monitoring_tests/quasimodo_ebbo_test/quasimodo_ebbo_test.py index 9fd8cc9..4a260ff 100644 --- a/src/monitoring_tests/quasimodo_ebbo_test/quasimodo_ebbo_test.py +++ b/src/monitoring_tests/quasimodo_ebbo_test/quasimodo_ebbo_test.py @@ -36,7 +36,10 @@ def get_solver_response( break # convert back to JSON as post data bucket_response_json = json.dumps(solver_instance) - solver_url = "http://testnets-quasimodo-solver-staging.services.svc.cluster.local:80/solve?time_limit=20&use_internal_buffers=false&objective=surplusfeescosts" + solver_url = ( + "http://testnets-quasimodo-solver-staging.services.svc.cluster.local:80" + + "/solve?time_limit=20&use_internal_buffers=false&objective=surplusfeescosts" + ) # solver_url = ( # str(TemplateTest.QUASIMODO_SOLVER_URL) # + "/solve?time_limit=20&use_internal_buffers=false&objective=surplusfeescosts"