Fix typo
This commit is contained in:
parent
9cb06f8323
commit
b1dee1f5a8
|
@ -109,7 +109,7 @@ mod tests {
|
||||||
let mut conf = Conf::get_default_conf();
|
let mut conf = Conf::get_default_conf();
|
||||||
let tf = write_conf_to_temp_file(r#"
|
let tf = write_conf_to_temp_file(r#"
|
||||||
job_dir = /val=ue
|
job_dir = /val=ue
|
||||||
# this line is ignored, and the white space on the next lien is intentional
|
# this line is ignored, and the white space on the next line is intentional
|
||||||
output_dir=/var/lib/output
|
output_dir=/var/lib/output
|
||||||
check_interval=3600
|
check_interval=3600
|
||||||
driver_url = https://example.test:6666
|
driver_url = https://example.test:6666
|
||||||
|
|
Loading…
Reference in New Issue