Skip to content

Commit b5a5cdf

Browse files
chore: fix config test
1 parent e0c37c2 commit b5a5cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bottlecap/src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ pub mod tests {
776776
repl: 'REDACTED-YAML'
777777
",
778778
)?;
779-
let config = get_config(Path::new(""), MOCK_REGION).expect("should parse config");
779+
let config = get_config(Path::new("")).expect("should parse config");
780780
let rule = parse_rules_from_string(
781781
r#"[
782782
{"name": "*", "pattern": "foo", "repl": "REDACTED-ENV"}

0 commit comments

Comments
 (0)