Restore files modified in non-working fix.
This commit is contained in:
parent
26adaeefa0
commit
2cc8784e5c
4 changed files with 8 additions and 8 deletions
|
|
@ -72,7 +72,7 @@ def test_s3_server_post_to_bucket():
|
|||
|
||||
test_client.post('/', "https://tester.localhost:5000/", data={
|
||||
'key': 'the-key',
|
||||
'file': b'nothing'
|
||||
'file': 'nothing'
|
||||
})
|
||||
|
||||
res = test_client.get('/the-key', 'http://tester.localhost:5000/')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue