add missing closing test
This commit is contained in:
parent
817680565e
commit
d50226b4dd
@ -172,6 +172,7 @@ fn test_add_server_config_missing_config_file() {
|
|||||||
|
|
||||||
assert!(result.is_err(), "Expected error when config file doesn't exist");
|
assert!(result.is_err(), "Expected error when config file doesn't exist");
|
||||||
assert!(result.unwrap_err().contains("Failed to read config file"));
|
assert!(result.unwrap_err().contains("Failed to read config file"));
|
||||||
|
}
|
||||||
|
|
||||||
#[cfg(not(target_os = "windows"))]
|
#[cfg(not(target_os = "windows"))]
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user