Comment 21 for bug 1329757

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charms.openstack (master)

Reviewed: https://review.openstack.org/502895
Committed: https://git.openstack.org/cgit/openstack/charms.openstack/commit/?id=6b6113fafe96f480c891aef71e3c79a6c16e17e5
Submitter: Jenkins
Branch: master

commit 6b6113fafe96f480c891aef71e3c79a6c16e17e5
Author: zhangyangyang <email address hidden>
Date: Tue Sep 12 14:35:32 2017 +0800

    change assert(Not)Equals to assert(Not)Equal

    According to http://docs.python.org/2/library/unittest.html
    assert(Not)Equals is a deprecated alias of assert(Not)Equal.

    Change-Id: Ie8a83c8ddf487f4999fc65cbb2c669955d531fc5
    Closes-Bug: #1329757