OpenALPR Cloud API - transfer image in body of POST request (#12112)

* Send image in body of POST request

* Fix tests

* Implement requested change
This commit is contained in:
Rene Nulsch 2018-02-02 14:19:13 +01:00 committed by Pascal Vizeli
parent ad24cbddcc
commit 1d2e930900
2 changed files with 5 additions and 4 deletions

View file

@ -149,8 +149,7 @@ class TestOpenAlprCloud(object):
'secret_key': "sk_abcxyz123456",
'tasks': "plate",
'return_image': 0,
'country': 'eu',
'image_bytes': "aW1hZ2U="
'country': 'eu'
}
def teardown_method(self):