aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends/test_openssl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hazmat/backends/test_openssl.py')
-rw-r--r--tests/hazmat/backends/test_openssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index 046ff3e1..ef7560f7 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -92,7 +92,7 @@ def activate_dummy_engine():
assert current_rand != backend._ffi.NULL
name = backend._lib.ENGINE_get_name(current_rand)
assert name != backend._ffi.NULL
- assert name != dummy_engine.Cryptography_faux_engine_id
+ assert name != dummy_engine.Cryptography_faux_engine_name
res = backend._lib.ENGINE_finish(current_rand)
assert res == 1
e = backend._lib.ENGINE_by_id(dummy_engine.Cryptography_faux_engine_id)