Comment 229 for bug 1348818

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

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

commit ff30c682fb71500272b94d239acac82a2373889a
Author: Itxaka <email address hidden>
Date: Tue Jan 26 21:34:35 2016 +0100

    Use InAnyOrder for role creation mocks

    The user/roles can be created in any order due to
    python random seed ordering dictionaries, so the
    mocks should be in random order

    Change-Id: I23a9380fb65ac634831beb496af388381d0230d4
    Partial-Bug: #1348818