Comment 20 for bug 1735588

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to oslotest (master)

Reviewed: https://review.openstack.org/557368
Committed: https://git.openstack.org/cgit/openstack/oslotest/commit/?id=bb78b84c3fc8485e590f2c925c07731a9740a852
Submitter: Zuul
Branch: master

commit bb78b84c3fc8485e590f2c925c07731a9740a852
Author: Claudiu Belu <email address hidden>
Date: Wed Mar 28 01:07:18 2018 -0700

    mock: Properly patch mock.MagicMock

    MockAutospecFixture should patch both internal and external usages
    of MagicMock (mock.MagicMock and mock.mock.MagicMock). However, only
    the internal one is patched properly.

    Related-Bug: #1735588

    Change-Id: Ib9709f1cf5dbed4792f5dd7c49d8f9c77f04419f