Comment 41 for bug 1329757

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

Reviewed: https://review.openstack.org/503605
Committed: https://git.openstack.org/cgit/openstack/charm-openstack-dashboard/commit/?id=f2ba9c30f314b201bc52f948c2d28051a989236a
Submitter: Jenkins
Branch: master

commit f2ba9c30f314b201bc52f948c2d28051a989236a
Author: zhangyangyang <email address hidden>
Date: Wed Sep 13 19:56:02 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: I6358e2bffd46a43b8cd7dbf72a803a18237fca6c
    Closes-Bug: #1329757