Commit 44c482cf authored by Alfonso Orta's avatar Alfonso Orta

Merge branch 'develop' into 'staging'

[Gateway] minor bugfix

See merge request !41
parents b0ae68b0 6ce97f28
......@@ -11,7 +11,8 @@ class Test_BlockchainTrace(unittest.TestCase):
def _get_min_valid_input(self):
return {
"ApplicationType": "string"
"ApplicationType": "string",
"docType": "string"
}
def test_isBlockchainTraceValid_validInputAndTypes(self):
......@@ -25,6 +26,7 @@ class Test_BlockchainTrace(unittest.TestCase):
def test_isBlockchainTraceValid_additionalKeys(self):
input = {
"ApplicationType": "string",
"docType": "string",
"Metadata": {},
"ResourceIds": "string",
"ResourceMd5": "string",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment