Fix URL generation in root resource with templates.
Review Request #15153 — Created July 6, 2026 and submitted — Latest diff uploaded
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, butrbt status-update get -r XXwould crash as a
result. This change fixes that issue and adds a test.
- Ran unit tests.
- Ran
rbt status-update get -r XXsuccessfully.