Skip to content

Commit 6044944

Browse files
committed
Removed a cut-and-paste error.
- Legacy-Id: 9249
1 parent ddbb8c1 commit 6044944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/nomcom/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def nomcom_test_data():
110110
if not nomcom_test_cert_file:
111111
nomcom_test_cert_file, privatekey_file = generate_cert()
112112

113-
nomcom.public_key.storage = storage=FileSystemStorage(location=settings.NOMCOM_PUBLIC_KEYS_DIR)
113+
nomcom.public_key.storage = FileSystemStorage(location=settings.NOMCOM_PUBLIC_KEYS_DIR)
114114
nomcom.public_key.save('cert', File(open(nomcom_test_cert_file.name, 'r')))
115115

116116
# chair and member

0 commit comments

Comments
 (0)