Comment 6 for bug 1735588

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

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

commit 5d3196781bc3b51eee04f4ed7a77af0c9fdbcaba
Author: Claudiu Belu <email address hidden>
Date: Tue Jan 9 21:46:45 2018 -0800

    mock: Fixes mock.patch.multiple autospec

    mock.patch.multiple causes the patch result to be a dictionary,
    which causes the autospec to fail. This patch will autospec
    properly in this scenario as well.

    Change-Id: I3aa97459bf53059422c8fa696cb09df811c1701b
    Related-Bug: #1735588