Skip to content

Commit cfc2681

Browse files
debug
1 parent 77b9165 commit cfc2681

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

test_vector_handlers/test/mpl/integration/commands/test_i_encrypt_keyrings.py

-19
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,5 @@ def test_full_message_cycle_canonical_full(tmpdir, full_message_decrypt_generati
4141
"--keyrings"
4242
])
4343

44-
# Generate vectors using master key interfaces
45-
master_key_output_dir = tmpdir.join("output-master-key")
46-
full_message_decrypt_generate.cli([
47-
"--output",
48-
str(master_key_output_dir),
49-
"--input",
50-
full_message_decrypt_generation_vectors
51-
])
52-
53-
# Validate that vectors generated using keyring interfaces
54-
# can be decrypted by BOTH keyring and master key interfaces
5544
keyring_decrypt_manifest_file = keyring_output_dir.join("manifest.json")
5645
full_message_decrypt.cli(["--input", str(keyring_decrypt_manifest_file), "--keyrings"])
57-
full_message_decrypt.cli(["--input", str(keyring_decrypt_manifest_file)])
58-
59-
# Validate that vectors generated using master key interfaces
60-
# can be decrypted by BOTH keyring and master key interfaces
61-
master_key_decrypt_manifest_file = keyring_output_dir.join("manifest.json")
62-
63-
full_message_decrypt.cli(["--input", str(master_key_decrypt_manifest_file), "--keyrings"])
64-
full_message_decrypt.cli(["--input", str(master_key_decrypt_manifest_file)])

0 commit comments

Comments
 (0)