Skip to content
Snippets Groups Projects
Commit 81908a96 authored by Waldir Pimenta's avatar Waldir Pimenta
Browse files

Fix error exposed in landscape.io

See 90b87566 for context
parent e320c1f6
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ assert 'exists' in res['warnings']
ses = res['sessionkey']
print 'Overwriting with stashed file'
res = site.upload(filename=name, session_key=ses)
res = site.upload(filename=name, filekey=ses)
pprint.pprint(res)
assert res['result'] == 'Warning'
assert 'duplicate' in res['warnings']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment