NONRTRIC-892: A1-Simulator - add unit test for sendstatus
[sim/a1-interface.git] / near-rt-ric-simulator / tests / unittest_setup.py
index 06567cf..f2c2955 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=8085, host="127.0.0.1")