Comment 103 for bug 1280522

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

Reviewed: https://review.openstack.org/266118
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=a21e2ca45450e78eb061fe2d19a4a210869b4fc5
Submitter: Jenkins
Branch: master

commit a21e2ca45450e78eb061fe2d19a4a210869b4fc5
Author: zhangguoqing <zhang.guoqing@99cloud.net>
Date: Tue Jan 12 03:05:14 2016 +0000

    Replace assertEqual(None, *) with assertIsNone in tests

    Replace assertEqual(None, *) with assertIsNone in tests to have
    more clear messages in case of failure.

    Change-Id: Ie58695138488a39cbb49de7fd20301b3ef5bcac2
    Closes-bug: #1280522