Fix missing 400 impl, update test manifest
[ric-plt/a1.git] / tests / testing_helpers.py
index 3cf94e2..b258a85 100644 (file)
@@ -39,4 +39,4 @@ def patch_all(monkeypatch, nonexisting_rmr=False):
 
 
 def good_payload():
-    return {"dc_admission_start_time": "10:00:00", "dc_admission_end_time": "11:00:00"}
+    return {"enforce": True, "window_length": 10, "blocking_rate": 20, "trigger_threshold": 10}