NONRTRIC-933: NONRTRIC - A1Sim - avoid clashing port numbers between unit tests and...
[sim/a1-interface.git] / near-rt-ric-simulator / tests / unittest_setup.py
index 06567cf..e30b1ad 100644 (file)
@@ -58,7 +58,7 @@ def client():
     with app.app.test_client() as client:
         yield client
 
-# Run the Flask app in a separate thread for testing
-def run_flask_app():
-    from main import app
-#     app.app.run(port=8085, host="127.0.0.1", threaded=True)
+# Run the Flask app in a separate thread for testing
+def run_flask_app():
+    from main import app
+    app.app.run(port=8086, host="127.0.0.1")