Comment 19 for bug 1544522

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

Reviewed: https://review.openstack.org/280766
Committed: https://git.openstack.org/cgit/openstack/octavia/commit/?id=c31781b122ad5bfd3f6ad5b6036aed3dfc2a4869
Submitter: Jenkins
Branch: master

commit c31781b122ad5bfd3f6ad5b6036aed3dfc2a4869
Author: Bo Wang <email address hidden>
Date: Tue Feb 16 23:23:17 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: Ib41a3fb4d7b4333cb56f69244fed0bf13366453d
    Closes-Bug: #1544522