Skip to content

Commit 3696f6b

Browse files
committed
Remove https-only=false from run-committee.
1 parent ce08cf4 commit 3696f6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test-utils/src/binaries/run-committee.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ async fn main() -> Result<()> {
4949
let mut cmd = Command::new(args.timeboost.as_os_str());
5050
cmd.arg("--committee-id")
5151
.arg(args.committee.to_string())
52-
.arg("--https-only")
53-
.arg("false")
5452
.arg("--config")
5553
.arg(entry.path())
5654
.arg("--ignore-stamp");

0 commit comments

Comments
 (0)