Comment 25 for bug 1329757

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

Reviewed: https://review.openstack.org/502476
Committed: https://git.openstack.org/cgit/openstack/charm-ceph/commit/?id=4ece0aa15c5e909ddce886ab5fa67f82e297293e
Submitter: Jenkins
Branch: master

commit 4ece0aa15c5e909ddce886ab5fa67f82e297293e
Author: zhangyangyang <email address hidden>
Date: Mon Sep 11 22:00:38 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: I7094ffdd57f878632a935aef95a355cb98b0f9a1
    Closes-Bug: #1329757