Comment 16 for bug 1544522

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

Reviewed: https://review.openstack.org/280279
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=fd0ed209d214c2a4f825eda9dd0b97234f75875a
Submitter: Jenkins
Branch: master

commit fd0ed209d214c2a4f825eda9dd0b97234f75875a
Author: Bo Wang <email address hidden>
Date: Mon Feb 15 23:05:20 2016 +0800

    Stop using non-existent method of Mock

    There is no method called_once_with() in Mock object.
    Use assert_called_once_with() instead.

    Change-Id: I263c407ba2a82f53aace5f71cb27ad8974335e24
    Closes-Bug: #1544522