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:
parent
ad24cbddcc
commit
1d2e930900
2 changed files with 5 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue