From 2cb73c8ae30b0160c0aee5c8686d6952f790f70c Mon Sep 17 00:00:00 2001 From: xli-oai Date: Wed, 15 Apr 2026 22:20:52 -0700 Subject: [PATCH] Inline marketplace test format arg --- codex-rs/core/src/plugins/manager_tests.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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();