From 6a52660386071973b0ebe5c8ba01007370873f1c Mon Sep 17 00:00:00 2001
From: Robin Appelman <robin@icewind.nl>
Date: Fri, 26 Feb 2021 15:02:41 +0100
Subject: [PATCH] fix test

---
 tests/integration.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/integration.rs b/tests/integration.rs
index d29bc2c..df17f29 100644
--- a/tests/integration.rs
+++ b/tests/integration.rs
@@ -149,6 +149,7 @@ impl Services {
             metrics_port: None,
             log_level: "".to_string(),
             bind: Bind::Tcp(self.nextcloud.clone()),
+            allow_self_signed: false,
         }
     }
 
-- 
GitLab