diff options
Diffstat (limited to 'test/atmos_test.cc')
| -rw-r--r-- | test/atmos_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/atmos_test.cc b/test/atmos_test.cc index 33a427321..d1057dd2a 100644 --- a/test/atmos_test.cc +++ b/test/atmos_test.cc @@ -65,7 +65,7 @@ BOOST_AUTO_TEST_CASE(atmos_encrypted_passthrough_test) Cleanup cl; auto ref = TestPaths::private_data() / "atmos_asset.mxf"; - auto content = content_factory(TestPaths::private_data() / "atmos_asset.mxf"); + auto content = content_factory(ref); auto film = new_test_film("atmos_encrypted_passthrough_test", content, &cl); film->set_encrypted(true); |
