# coding: utf-8 from utils.test_config import * api = api_as_jdoe() command_response = api.server_commands_command_get('localhost', 'info') assert len(command_response.results) > 0