Skip to content

Commit

Permalink
It's zebrad not zebra
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Oct 11, 2023
1 parent 137d117 commit 0899dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ fn stored_configs_work() -> Result<()> {
let success_regexes = [
// When logs are sent to the terminal, we see the config loading message and path.
format!(
"loaded zebra config.*config_path.*=.*{}",
"loaded zebrad config.*config_path.*=.*{}",
regex::escape(config_file_name)
),
// If they are sent to a file, we just see a log file message.
Expand Down

0 comments on commit 0899dea

Please sign in to comment.