Comment 2 for bug 1563158

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

Reviewed: https://review.openstack.org/298501
Committed: https://git.openstack.org/cgit/openstack/openstack-health/commit/?id=01e93988a3cbc02f66ae39d1b07c02256734947c
Submitter: Jenkins
Branch: master

commit 01e93988a3cbc02f66ae39d1b07c02256734947c
Author: Tim Buckley <email address hidden>
Date: Mon Mar 28 20:49:12 2016 -0600

    Use path type instead of string for test_runs route

    Test names containing '/' characters currently raise 404 errors for
    the '/test_runs/` route because flask considers it a separate route.
    This changes the route parameter's type to 'path' to allow the '/'
    characters to be captured properly.

    Closes-Bug: #1563158
    Change-Id: I6425707775002b4794b16442b2380028e5a325cb