From df86ffc644729a833321dbf8ee9f7de176e87663 Mon Sep 17 00:00:00 2001 From: Gahyun Suh Date: Tue, 19 Sep 2023 18:48:09 +0000 Subject: [PATCH] fix(job_attachment)!: Change osType to rootPathFormat Signed-off-by: Gahyun Suh --- test/unit/deadline/test_resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/deadline/test_resources.py b/test/unit/deadline/test_resources.py index d83017a..76f50e5 100644 --- a/test/unit/deadline/test_resources.py +++ b/test/unit/deadline/test_resources.py @@ -498,7 +498,7 @@ def test_get_job_details(self, farm: Farm, queue: Queue) -> None: "manifests": [ { "rootPath": "/root", - "osType": "linux", + "rootPathFormat": "posix", }, ], "assetLoadingMethod": "PRELOAD",