Commit 15bb91a5d6e9639e40b5e27c4b26c5c952fdcd53

Authored by selurvedu
1 parent 549ac68a

Update test_tender_data

@@ -31,7 +31,7 @@ def test_tender_data(period_interval): @@ -31,7 +31,7 @@ def test_tender_data(period_interval):
31 "title": u"[ТЕСТУВАННЯ] " + fake.catch_phrase(), 31 "title": u"[ТЕСТУВАННЯ] " + fake.catch_phrase(),
32 "mode": "test", 32 "mode": "test",
33 "submissionMethodDetails": "quick", 33 "submissionMethodDetails": "quick",
34 - "description": u"Тестовий тендер", # Error @prom when "Тестовый тендер" 34 + "description": u"Тестовий тендер",
35 "description_ru": u"Тестовый тендер", 35 "description_ru": u"Тестовый тендер",
36 "description_en": "Test tender", 36 "description_en": "Test tender",
37 "procuringEntity": { 37 "procuringEntity": {
@@ -58,11 +58,11 @@ def test_tender_data(period_interval): @@ -58,11 +58,11 @@ def test_tender_data(period_interval):
58 } 58 }
59 }, 59 },
60 "value": { 60 "value": {
61 - "amount": 50000, # Error @prom when float '50000.99' 61 + "amount": 50000.99,
62 "currency": u"UAH" 62 "currency": u"UAH"
63 }, 63 },
64 "minimalStep": { 64 "minimalStep": {
65 - "amount": 100, # Error @prom when float '100.1' 65 + "amount": 100.1,
66 "currency": u"UAH" 66 "currency": u"UAH"
67 }, 67 },
68 "items": [ 68 "items": [
@@ -72,8 +72,8 @@ def test_tender_data(period_interval): @@ -72,8 +72,8 @@ def test_tender_data(period_interval):
72 "endDate": (now + timedelta(days=5)).isoformat() 72 "endDate": (now + timedelta(days=5)).isoformat()
73 }, 73 },
74 "deliveryLocation": { 74 "deliveryLocation": {
75 - "latitude": u"49.8500° N",  
76 - "longitude": u"24.0167° E" 75 + "latitude": 49.8500,
  76 + "longitude": 24.0167
77 }, 77 },
78 "deliveryAddress": { 78 "deliveryAddress": {
79 "countryName": u"Україна", 79 "countryName": u"Україна",
Please register or login to post a comment