Generate mock pred message with one cell having better xput
[ric-app/qp.git] / tests / conftest.py
index 78798c8..79f648d 100644 (file)
@@ -22,9 +22,9 @@ import pytest
 def qp_prediction():
     return {
         "12345": {
-            "310-680-200-555001": [2000000, 1200000],
-            "310-680-200-555002": [800000, 400000],
-            "310-680-200-555003": [800000, 400000]
+            "310-680-200-555001": [50000, 20000],
+            "310-680-200-555003": [20000, 10000],
+            "310-680-200-555002": [20000, 10000]
         }
     }