Comment 8 for bug 1840200

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/stein)

Reviewed: https://review.opendev.org/677329
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=fa59033c40745febc26399e668ceb9911f8ec45d
Submitter: Zuul
Branch: stable/stein

commit fa59033c40745febc26399e668ceb9911f8ec45d
Author: Takashi NATSUME <email address hidden>
Date: Thu Aug 15 10:00:38 2019 +0900

    Fix 'has_calls' method calls in unit tests

    The 'has_calls' method does not exist in assertion methods of mock.
    Replace the 'has_calls' method with an 'assert_has_calls' method or
    an 'assert_called_once_with' method.
    Add an 'assertEqual' check before an 'assert_has_calls' method.

    Change-Id: I4b606fce473d064b9bb00213696c075cea020aaf
    Closes-Bug: #1840200
    (cherry picked from commit ad482e53fbb956288e73692f6bff5f74d862fe5d)