fix: Update old subdomain URLs to new path-based domains#22340
Merged
erezrokah merged 2 commits intofix/update-readme-domainsfrom Mar 23, 2026
Merged
fix: Update old subdomain URLs to new path-based domains#22340erezrokah merged 2 commits intofix/update-readme-domainsfrom
erezrokah merged 2 commits intofix/update-readme-domainsfrom
Conversation
3 tasks
…ncy output Co-authored-by: erezrokah <26760571+erezrokah@users.noreply.github.com> Agent-Logs-Url: https://github.com/cloudquery/cloudquery/sessions/348d908c-7f3e-4cb3-8c29-bbb95a7def3e
Copilot
AI
changed the title
[WIP] Fix: Update old subdomain URLs to new path-based domains
fix: Revert infer_test.go URL assertion to match plugin-pb-go output
Mar 23, 2026
There was a problem hiding this comment.
Pull request overview
This PR fixes a CI test failure in the CLI by aligning a test assertion with the actual error message emitted by the external plugin-pb-go dependency (which still references the hub.cloudquery.io domain).
Changes:
- Reverted the
wantErrContainsURL inTestInferRegistryto expecthttps://hub.cloudquery.io/plugins/...instead ofhttps://www.cloudquery.io/hub/plugins/....
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The previous URL migration PR incorrectly updated a test assertion in
cli/cmd/infer_test.goto expectwww.cloudquery.io/hub/plugins/..., but the error message is generated by the externalplugin-pb-godependency which still produceshub.cloudquery.io/plugins/..., causingTestInferRegistryto fail in CI.cli/cmd/infer_test.go: Reverted thewantErrContainsassertion back tohttps://hub.cloudquery.io/plugins/...to match the actual error emitted byplugin-pb-go⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.