tests: updated tests
This commit is contained in:
+3
-3
@@ -214,9 +214,9 @@ impl Config {
|
||||
if let Some(config_file) = &args.config_file
|
||||
&& let Some(config_file) =
|
||||
parse_config_file::ConfigFile::try_parse_from_file(config_file)
|
||||
{
|
||||
return Self::from(config_file).merge_args(config_from_cli);
|
||||
}
|
||||
{
|
||||
return Self::from(config_file).merge_args(config_from_cli);
|
||||
}
|
||||
|
||||
if let Some(config_file) = parse_config_file::ConfigFile::try_parse(in_container) {
|
||||
return Self::from(config_file).merge_args(config_from_cli);
|
||||
|
||||
Reference in New Issue
Block a user