-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
- Developer -Torrust Improvement ExperienceTorrust Improvement ExperienceCode Cleanup / RefactoringTidying and Making NeatTidying and Making NeatQuality & AssuranceRelates to QA, Testing, and CIRelates to QA, Testing, and CI
Milestone
Description
THe following test was ignored by @da2ce7 but it seems to pass.
#[tokio::test]
#[ignore]
#[should_panic = "Could not receive bind_address."]
async fn should_fail_with_ssl_enabled_and_bad_ssl_config() {
let mut test_env = stopped_test_environment(configuration::ephemeral());
let cfg = test_env.config_mut();
cfg.ssl_enabled = true;
cfg.ssl_key_path = Some("bad key path".to_string());
cfg.ssl_cert_path = Some("bad cert path".to_string());
test_env.start().await;
}
Metadata
Metadata
Assignees
Labels
- Developer -Torrust Improvement ExperienceTorrust Improvement ExperienceCode Cleanup / RefactoringTidying and Making NeatTidying and Making NeatQuality & AssuranceRelates to QA, Testing, and CIRelates to QA, Testing, and CI
Type
Projects
Status
Done