diff --git a/client/ayon_core/tests/lib/test_transcoding.py b/client/ayon_core/tests/plugins/load/test_export_otio.py similarity index 95% rename from client/ayon_core/tests/lib/test_transcoding.py rename to client/ayon_core/tests/plugins/load/test_export_otio.py index 4fe694631f..cdcb15033a 100644 --- a/client/ayon_core/tests/lib/test_transcoding.py +++ b/client/ayon_core/tests/plugins/load/test_export_otio.py @@ -1,7 +1,7 @@ import pytest import logging from pathlib import Path -from ayon_core.lib.transcoding import get_image_info_metadata +from ayon_core.plugins.load.export_otio import get_image_info_metadata logger = logging.getLogger('test_transcoding')