Skip to content

Commit

Permalink
[rust] Remove --backtrace from test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Oct 4, 2023
1 parent 2c9995f commit 5f8c2f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust/tests/browser_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ fn wrong_parameters_test(
let result = cmd
.args([
"--debug",
"--backtrace",
"--browser",
&browser,
"--browser-version",
Expand All @@ -86,7 +85,7 @@ fn wrong_parameters_test(
.assert()
.try_success();

assert_output(&mut cmd, result, vec!["in PATH", "Backtrace"], error_code);
assert_output(&mut cmd, result, vec!["in PATH"], error_code);
}

#[rstest]
Expand Down

0 comments on commit 5f8c2f5

Please sign in to comment.