Comment 9 for bug 1300265

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

Reviewed: https://review.openstack.org/200472
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=02d3e117a17b289e05b6917a2c9710a4d723b747
Submitter: Jenkins
Branch: stable/kilo

commit 02d3e117a17b289e05b6917a2c9710a4d723b747
Author: Vitaly Gridnev <email address hidden>
Date: Fri Jul 10 12:34:12 2015 +0300

    Fix failed unit tests

    We should not use assert_called_once() and assert_called() in our unit
    tests, because this cause AttributeError

    Change-Id: I9669ddac3200d282899c272cd35007b3456e71ca
    Closes-bug: 1300265
    (cherry picked from commit a1c95bca604f9b7de06f53d407b8407a40d4ba8b)