# coding: utf-8 from utils.test_config import * api = api_as_jdoe() change_commands = api.server_changes_get('localhost') assert any(x.change == '1' for x in change_commands)