summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/import_dcp_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc
index 3f6f41b55..84d02c0bf 100644
--- a/test/import_dcp_test.cc
+++ b/test/import_dcp_test.cc
@@ -50,7 +50,7 @@ BOOST_AUTO_TEST_CASE (import_dcp_test)
A_dcp.read ();
dcp::EncryptedKDM kdm = A->make_kdm (
- Config::instance()->decryption_certificate(),
+ Config::instance()->decryption_chain()->leaf (),
A_dcp.cpls().front()->file (),
dcp::LocalTime ("2014-07-21T00:00:00+00:00"),
dcp::LocalTime ("2024-07-21T00:00:00+00:00"),