diff --git a/codex-rs/core/src/plugins/manager_tests.rs b/codex-rs/core/src/plugins/manager_tests.rs index 5c6d29d8aa..2b8a461756 100644 --- a/codex-rs/core/src/plugins/manager_tests.rs +++ b/codex-rs/core/src/plugins/manager_tests.rs @@ -1087,13 +1087,12 @@ async fn install_plugin_supports_git_subdir_marketplace_sources() { "name": "toolkit", "source": {{ "source": "git-subdir", - "url": "{}", + "url": "{remote_repo_url}", "path": "plugins/toolkit" }} }} ] -}}"#, - remote_repo_url +}}"# ), ) .unwrap();