Commit 33eec5eb authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

fix objectstore tests

parent 17efc8f3
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -965,7 +965,8 @@ class DiskObjectStore(ConcreteObjectStore):
        obj_dir: bool = False,
        in_cache: bool = False,
        old_style=False,
        user=None
        user=None,
        auth_token=None
    ) -> str:
        """
        Construct the absolute path for accessing the object identified by `obj.id`.