summaryrefslogtreecommitdiff
path: root/Tests/LibTLS/TestTLSHandshake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/LibTLS/TestTLSHandshake.cpp')
-rw-r--r--Tests/LibTLS/TestTLSHandshake.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibTLS/TestTLSHandshake.cpp b/Tests/LibTLS/TestTLSHandshake.cpp
index 2784e3a151..c9bd3845a8 100644
--- a/Tests/LibTLS/TestTLSHandshake.cpp
+++ b/Tests/LibTLS/TestTLSHandshake.cpp
@@ -45,7 +45,7 @@ Vector<Certificate> load_certificates()
return certificates;
}
- auto config = Core::ConfigFile::open(ca_certs_filepath);
+ auto config = Core::ConfigFile::open(ca_certs_filepath).release_value_but_fixme_should_propagate_errors();
auto now = Core::DateTime::now();
auto last_year = Core::DateTime::create(now.year() - 1);
auto next_year = Core::DateTime::create(now.year() + 1);