Skip to content

Commit

Permalink
fix(job_attachment)!: Change osType to rootPathFormat
Browse files Browse the repository at this point in the history
Signed-off-by: Gahyun Suh <[email protected]>
  • Loading branch information
Gahyun Suh committed Sep 21, 2023
1 parent 909f411 commit df86ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/deadline/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def test_get_job_details(self, farm: Farm, queue: Queue) -> None:
"manifests": [
{
"rootPath": "/root",
"osType": "linux",
"rootPathFormat": "posix",
},
],
"assetLoadingMethod": "PRELOAD",
Expand Down

0 comments on commit df86ffc

Please sign in to comment.