Skip to content

Commit 936ced0

Browse files
committed
[rust] Include --debug flag in config test
1 parent 2fae93b commit 936ced0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/tests/config_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fn config_test(#[case] browser_name: String) {
4141

4242
let mut cmd = Command::new(env!("CARGO_BIN_EXE_selenium-manager"));
4343
cmd.args([
44+
"--debug",
4445
"--output",
4546
"json",
4647
"--cache-path",

0 commit comments

Comments
 (0)