Comment 4 for bug 1843885

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

Reviewed: https://review.opendev.org/682025
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4e0e0a6dd26fac7d4051b0982ca20081eede8573
Submitter: Zuul
Branch: master

commit 4e0e0a6dd26fac7d4051b0982ca20081eede8573
Author: Takashi NATSUME <email address hidden>
Date: Fri Sep 13 20:05:49 2019 +0900

    Fix a misuse of assertGreaterEqual

    In a notification sample functional test,
    there is a misuse of assertGreaterEqual.

    At least 6 notifications are expected,
    So the order of the arguments should be reversed.

    Change-Id: I865c215a13fa3bb72e191382187ea8368885846f
    Closes-Bug: #1843885