Inline marketplace test format arg

This commit is contained in:
xli-oai
2026-04-15 22:20:52 -07:00
parent 2d4ae5a792
commit 2cb73c8ae3

View File

@@ -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();