mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
Inline marketplace test format arg
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user