Comment 27 for bug 1329757

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-radosgw (master)

Reviewed: https://review.openstack.org/502381
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-radosgw/commit/?id=9e47bad65690a05137a905e9d54c5e37d9427b49
Submitter: Jenkins
Branch: master

commit 9e47bad65690a05137a905e9d54c5e37d9427b49
Author: zhangyangyang <email address hidden>
Date: Mon Sep 11 11:41:36 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: I4cc9976ba8c18447803f7e7e8843fb0b8139b612
    Closes-Bug: #1329757