big F
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-04-29 23:19:15 +02:00
parent 406b8a20a6
commit 2e986eb29f
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class SampleResource(Resource):
f"http://{STORAGE_HOSTNAME}/object",
files={
'description': (None, json.dumps({'tag': generated_tag}), 'application/json'),
'soundfile': (
'soundFile': (
'wave.wav',
soundfile,
soundfile.content_type,