diff --git a/integration_tests.py b/integration_tests.py index e8ee533ff..abfa859c9 100644 --- a/integration_tests.py +++ b/integration_tests.py @@ -648,6 +648,9 @@ def _test_folder_secure_func(ctx, func): {"name": "util.data_object.size", "test": lambda ctx: data_object.size(ctx, "/tempZone/home/research-initial/testdata/lorem.txt"), "check": lambda x: x == 1003240}, + {"name": "util.data_object.to_from_id", + "test": lambda ctx: data_object.name_from_id(ctx, data_object.id_from_path(ctx, "/tempZone/home/research-initial/testdata/lorem.txt")), + "check": lambda x: x == "/tempZone/home/research-initial/testdata/lorem.txt"}, {"name": "util.data_object.get_group_owners", "test": lambda ctx: data_object.get_group_owners(ctx, "/tempZone/home/research-initial/testdata/lorem.txt"), "check": lambda x: x == [['research-initial', 'tempZone']]},