diff --git a/tests/cli_subcommands.rs b/tests/cli_subcommands.rs index c2a830c..2be09ab 100644 --- a/tests/cli_subcommands.rs +++ b/tests/cli_subcommands.rs @@ -502,7 +502,7 @@ mod bitbucket { .unwrap() .args(["scan", "bitbucket", "--help"]) .assert() - .stdout(is_match(r"kingfisher(\\.exe)? scan bitbucket \[OPTIONS\]").unwrap()); + .stdout(is_match(r"kingfisher(\.exe)? scan bitbucket \[OPTIONS\]").unwrap()); } #[test]