Comment 2 for bug 1537851

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

Reviewed: https://review.openstack.org/272219
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=eba1f9e9b4e5f67b94fdb15192359d09bd0dba72
Submitter: Jenkins
Branch: master

commit eba1f9e9b4e5f67b94fdb15192359d09bd0dba72
Author: Kiall Mac Innes <email address hidden>
Date: Mon Jan 25 18:36:43 2016 +0000

    Ensure mocks are stopped after use

    When a mock is stated by hand, rather than used as a decorator
    or context manager, care must be take to stop the mock before
    the next test.

    Change-Id: Iceb1a4fc80d5e895a5644134e8e95f06c5421f47
    Partial-Bug: 1537851