summaryrefslogtreecommitdiffstats
path: root/ffi/lang/python/tests/test_armor.py
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/lang/python/tests/test_armor.py')
-rw-r--r--ffi/lang/python/tests/test_armor.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ffi/lang/python/tests/test_armor.py b/ffi/lang/python/tests/test_armor.py
index e439f612..93486703 100644
--- a/ffi/lang/python/tests/test_armor.py
+++ b/ffi/lang/python/tests/test_armor.py
@@ -7,8 +7,7 @@ from sequoia.openpgp import ArmorReader, ArmorWriter, Kind
TEST_VECTORS = [0, 1, 2, 3, 47, 48, 49, 50, 51]
-ctx = Context("org.sequoia-pgp.tests",
- network_policy=NetworkPolicy.Offline,
+ctx = Context(network_policy=NetworkPolicy.Offline,
ephemeral=True)
def fn_bin(t):