Fix minor typo
This commit is contained in:
parent
5810c8d5e8
commit
f0bbd82325
|
@ -69,7 +69,7 @@ TEST_CASES = {
|
||||||
'missing_url_resource': {
|
'missing_url_resource': {
|
||||||
'host': 'localhost',
|
'host': 'localhost',
|
||||||
'json': {"customer_name": "test", "resources": [{"urla": "http://localhost/dataset/ds1"}]},
|
'json': {"customer_name": "test", "resources": [{"urla": "http://localhost/dataset/ds1"}]},
|
||||||
'error': 'Invalid resources format'
|
'error': 'Invalid resource format'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue