Comment 2 for bug 1264428

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

Reviewed: https://review.openstack.org/64231
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=1864939720c94b602699f69002c6467fda247deb
Submitter: Jenkins
Branch: master

commit 1864939720c94b602699f69002c6467fda247deb
Author: David Koo <email address hidden>
Date: Fri Dec 27 11:51:25 2013 +0800

    Correct URL in v1 test_get_images_unauthorized

    The test code in
    unit/v1/test_api.py:TestGlanceAPI.test_get_images_unauthorized
    requests for the wrong URL - instead of requesting for "/images" it
    requests for "/images/detail" (making it identical to the
    test_get_images_unauthorized test).

    Change-Id: I308e73966bcbb27287012d7b5dcdcc9d2a9f2e18
    Closes-Bug: #1264428