mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 23:32:12 +03:00
#9275 started appending a candidate-alias hint to the zero-active-credentials error and terminated the provider name with a period, so the two sentences read as one message. The two vscode tokenized-route tests still assert the old unterminated string and now fail on every pull request opened against this branch. The Quality Gates workflow only runs on pull_request to release/**, never on push, so the branch itself never re-runs these shards and the drift stayed invisible after the merge. Assert what the handler actually produces. Keeping the comparison exact rather than loosening it to a prefix match is deliberate -- the exact form is what caught the drift. Signed-off-by: Minxi Hou <houminxi@gmail.com>