more strict parameter checking for reverse

This commit is contained in:
Sarah Hoffmann
2015-03-17 21:05:54 +01:00
parent ef48ee5f80
commit 753227ae25
3 changed files with 54 additions and 3 deletions

View File

@@ -122,3 +122,7 @@ def api_setup_details(step, obj):
else:
world.params['place_id'] = obj
api_call('details')
@step(u'sending an API call (\w+)')
def api_general_call(step, call):
api_call(call)