Skip to content

Commit db821a6

Browse files
committed
Merge branch 'fix/tests-with-code-in-criteria' into 'quinta'
Fix tests See merge request pricequotation/openprocurement.api!20
2 parents 75c7168 + 7a53b60 commit db821a6

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/openprocurement/tender/pricequotation/tests/data.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@
287287
},
288288
"criteria": [
289289
{
290-
"code": "OCDS-MONITOR-DIAGONAL",
291290
"description": "Діагональ екрану",
292291
"id": "655360-0001",
293292
"requirementGroups": [
@@ -311,7 +310,6 @@
311310
"title": "Діагональ екрану"
312311
},
313312
{
314-
"code": "OCDS-MONITOR-RESOLUTION",
315313
"description": "Роздільна здатність",
316314
"id": "655360-0002",
317315
"requirementGroups": [
@@ -331,7 +329,6 @@
331329
"title": "Роздільна здатність"
332330
},
333331
{
334-
"code": "OCDS-MONITOR-CORRELATION",
335332
"description": "Співвідношення сторін",
336333
"id": "655360-0003",
337334
"requirementGroups": [
@@ -351,7 +348,6 @@
351348
"title": "Співвідношення сторін"
352349
},
353350
{
354-
"code": "OCDS-MONITOR-BRIGHTNESS",
355351
"description": "Яскравість дисплея",
356352
"id": "655360-0004",
357353
"requirementGroups": [
@@ -375,7 +371,6 @@
375371
"title": "Яскравість дисплея"
376372
},
377373
{
378-
"code": "OCDS-MONITOR-CONTRAST",
379374
"description": "Контрастність (статична)",
380375
"id": "655360-0005",
381376
"requirementGroups": [
@@ -407,7 +402,6 @@
407402
"title": "Контрастність (статична)"
408403
},
409404
{
410-
"code": "OCDS-MONITOR-HDMI",
411405
"description": "Кількість портів HDMI",
412406
"id": "655360-0006",
413407
"requirementGroups": [
@@ -431,7 +425,6 @@
431425
"title": "Кількість портів HDMI"
432426
},
433427
{
434-
"code": "OCDS-MONITOR-D-SUB",
435428
"description": "Кількість портів D-sub",
436429
"id": "655360-0007",
437430
"requirementGroups": [
@@ -455,7 +448,6 @@
455448
"title": "Кількість портів D-sub"
456449
},
457450
{
458-
"code": "OCDS-MONITOR-HDMIPORT",
459451
"description": "Кабель для під’єднання",
460452
"id": "655360-0008",
461453
"requirementGroups": [
@@ -475,7 +467,6 @@
475467
"title": "Кабель для під’єднання"
476468
},
477469
{
478-
"code": "OCDS-MONITOR-GUARANTEE",
479470
"description": "Строк дії гарантії",
480471
"id": "655360-0009",
481472
"requirementGroups": [

src/openprocurement/tender/pricequotation/tests/tender_blanks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,8 +1658,6 @@ def patch_tender_by_pq_bot(self):
16581658
value = deepcopy(test_short_profile["value"])
16591659
value["amount"] = amount
16601660
criteria = deepcopy(test_short_profile["criteria"])
1661-
for criterion in criteria:
1662-
criterion.pop("code")
16631661
data = {
16641662
"data": {
16651663
"status": "active.tendering",

0 commit comments

Comments
 (0)