# coding: utf-8 from utils.test_config import * api = api_as_jdoe() error_thrown = False try: api.server_commands_command_get('localhost', 'files', arg=['-i']) except Exception as e: # print "e %s\n" % e error_thrown = True assert error_thrown, "no error thrown"