Commit caae44953a58611804d2a04da8d1f2ca32d9b9bb

Authored by selurvedu
1 parent 218887ad

Add missing "mode": "test" for limited procurement

@@ -123,7 +123,7 @@ def test_tender_data_limited(intervals, procurement_method_type): @@ -123,7 +123,7 @@ def test_tender_data_limited(intervals, procurement_method_type):
123 } 123 }
124 } 124 }
125 ], 125 ],
126 - "owner": "test.quintagroup.com", 126 + "mode": "test",
127 "procurementMethod": "limited", 127 "procurementMethod": "limited",
128 "procurementMethodType": procurement_method_type, 128 "procurementMethodType": procurement_method_type,
129 "procuringEntity": 129 "procuringEntity":
Please register or login to post a comment