Skip to content

Commit

Permalink
Fix test data
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Vinnichuk committed Dec 28, 2017
1 parent cf4348f commit 02597c3
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions openregistry/api/tests/blanks/json_data.py
Expand Up @@ -102,32 +102,6 @@
test_asset_basic_data_with_schema['classification']['id'] = schema_properties['code']
test_asset_basic_data_with_schema['schema_properties'] = schema_properties

test_asset_basic_data_with_schema = {
"title": u"Земля для космодрому",
"assetType": "basic",
"assetCustodian": deepcopy(test_organization),
"classification": {
"scheme": u"CAV",
"id": u"04000000-8",
"description": u"Земельні ділянки"
},
"unit": {
"name": u"item",
"code": u"39513200-3"
},
"quantity": 5,
"address": {
"countryName": u"Україна",
"postalCode": "79000",
"region": u"м. Київ",
"locality": u"м. Київ",
"streetAddress": u"вул. Банкова 1"
},
"value": {
"amount": 1001,
"currency": u"UAH"
}
}

test_debt_data = {
"agreementNumber": u"42",
Expand Down

0 comments on commit 02597c3

Please sign in to comment.