We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c37c2 commit b5a5cdfCopy full SHA for b5a5cdf
1 file changed
bottlecap/src/config/mod.rs
@@ -776,7 +776,7 @@ pub mod tests {
776
repl: 'REDACTED-YAML'
777
",
778
)?;
779
- let config = get_config(Path::new(""), MOCK_REGION).expect("should parse config");
+ let config = get_config(Path::new("")).expect("should parse config");
780
let rule = parse_rules_from_string(
781
r#"[
782
{"name": "*", "pattern": "foo", "repl": "REDACTED-ENV"}
0 commit comments