summaryrefslogtreecommitdiffstats
path: root/ffi/lang/python/tests/test_packet_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/lang/python/tests/test_packet_parser.py')
-rw-r--r--ffi/lang/python/tests/test_packet_parser.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ffi/lang/python/tests/test_packet_parser.py b/ffi/lang/python/tests/test_packet_parser.py
index de126bc3..e50a58f5 100644
--- a/ffi/lang/python/tests/test_packet_parser.py
+++ b/ffi/lang/python/tests/test_packet_parser.py
@@ -6,8 +6,7 @@ pgp = "../../../openpgp/tests/data/messages/encrypted-aes128-password-123456789.
plain = "../../../openpgp/tests/data/messages/a-cypherpunks-manifesto.txt"
def test_decryption():
- ctx = Context("org.sequoia-pgp.tests",
- network_policy=NetworkPolicy.Offline,
+ ctx = Context(network_policy=NetworkPolicy.Offline,
ephemeral=True)
class State(Enum):