summaryrefslogtreecommitdiffstats
path: root/net/tests/hkp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'net/tests/hkp.rs')
-rw-r--r--net/tests/hkp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tests/hkp.rs b/net/tests/hkp.rs
index bbdf8f43..0faf40a5 100644
--- a/net/tests/hkp.rs
+++ b/net/tests/hkp.rs
@@ -142,7 +142,7 @@ fn start_server() -> SocketAddr {
#[test]
fn get() {
- let ctx = Context::configure("org.sequoia-pgp.api.tests")
+ let ctx = Context::configure()
.ephemeral()
.network_policy(NetworkPolicy::Insecure)
.build().unwrap();
@@ -161,7 +161,7 @@ fn get() {
#[test]
fn send() {
- let ctx = Context::configure("org.sequoia-pgp.api.tests")
+ let ctx = Context::configure()
.ephemeral()
.network_policy(NetworkPolicy::Insecure)
.build().unwrap();