• 
      

    Fix URL generation in root resource with templates.

    Review Request #15153 — Created July 6, 2026 and submitted — Latest diff uploaded

    Information

    RBTools
    master

    Reviewers

    URL generation with templates had a regression, creating the proper URL
    but then also including args as query args, which broke some API
    endpoints. We didn't notice this because very few of our commands
    actually do this, but rbt status-update get -r XX would crash as a
    result. This change fixes that issue and adds a test.

    • Ran unit tests.
    • Ran rbt status-update get -r XX successfully.

    Commits

    Files