Skip to content

Commit fce999b

Browse files
committed
fix: integration ci
1 parent d726c11 commit fce999b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/coffee_httpd_integration_tests.rs

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub async fn httpd_init_add_remote() {
4545
let install_request = Install {
4646
plugin: "summary".to_string(),
4747
try_dynamic: true,
48+
branch: None,
4849
};
4950

5051
// Send the request to install a plugin
@@ -107,6 +108,7 @@ pub async fn httpd_add_remove_plugins() {
107108
let install_request = Install {
108109
plugin: "summary".to_string(),
109110
try_dynamic: false,
111+
branch: None,
110112
};
111113

112114
let response = client

0 commit comments

Comments
 (0)