Fix minor typo

This commit is contained in:
Aitor Magán 2014-07-15 12:19:12 +02:00
parent 5810c8d5e8
commit f0bbd82325
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ TEST_CASES = {
'missing_url_resource': {
'host': 'localhost',
'json': {"customer_name": "test", "resources": [{"urla": "http://localhost/dataset/ds1"}]},
'error': 'Invalid resources format'
'error': 'Invalid resource format'
},