Comment 41 for bug 1268480

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

Reviewed: https://review.openstack.org/263537
Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=0495d3d4627c9c87f6936d2e6d6ca1fcdc5910e2
Submitter: Jenkins
Branch: master

commit 0495d3d4627c9c87f6936d2e6d6ca1fcdc5910e2
Author: Kan <email address hidden>
Date: Tue Jan 5 02:42:52 2016 +0000

    Replace assertTrue with explicit assertIsInstance

    Replace assertTrue(isinstance()) with assertIsInstance().

    Change-Id: Ie2dabe3a8da23eba7ff1026311dd44465a7587ab
    Closes-Bug: #1268480