Comment 3 for bug 1363159

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

Reviewed: https://review.openstack.org/117831
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f3da51632be4b5db7f411a640d906c7e7f6fbaa4
Submitter: Jenkins
Branch: master

commit f3da51632be4b5db7f411a640d906c7e7f6fbaa4
Author: Julie Pichon <email address hidden>
Date: Fri Aug 29 17:28:55 2014 +0100

    Add missing mock to test_set_external_network_empty

    A missing mock causes test failures when using requests 2.4.0 (I'm
    uncertain as to why). Add the mock, and change the "expected error
    messages" assertion down to 1 since only one failure should occur (I
    assume previously the failure on get_tenant_list caused a 2nd error
    message to pop up).

    Change-Id: Icb0110c5937c3d4e437cc708ce8dbb8d0edaae74
    Closes-Bug: #1363159