summaryrefslogtreecommitdiff
path: root/tests/ota_plus_client_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ota_plus_client_tests.rs')
-rw-r--r--tests/ota_plus_client_tests.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ota_plus_client_tests.rs b/tests/ota_plus_client_tests.rs
index 0192825..3f92284 100644
--- a/tests/ota_plus_client_tests.rs
+++ b/tests/ota_plus_client_tests.rs
@@ -57,6 +57,7 @@ Options:
--ota-package-manager MANAGER
change package manager
--repl enable repl
+ --http enable interaction via http requests
"#, bin_dir()));
}
@@ -82,7 +83,7 @@ fn no_auth_server_to_connect_to() {
#[test]
fn bad_section() {
- assert_eq!(client_with_config(&[""], "[uth]"),
+ assert_eq!(client_with_config(&[""], "[uth]\n"),
"parse_toml_table, invalid section: auth\n")
}