Windows fix for invalid json test case

This commit is contained in:
Ilya Kuznetsov 2025-01-28 17:56:59 +01:00
parent 934d206db0
commit 2576ae99db
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
1 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,7 @@
[[Repls]] [[Repls]]
Old = '$TMPDIR\.databricks\bundle\wrong_file_structure\variable-overrides.json' Old = '$TMPDIR\.databricks\bundle\wrong_file_structure\variable-overrides.json'
New = '$TMPDIR/.databricks/bundle/wrong_file_structure/variable-overrides.json' New = '$TMPDIR/.databricks/bundle/wrong_file_structure/variable-overrides.json'
[[Repls]]
Old = '$TMPDIR\.databricks\bundle\invalid_json\variable-overrides.json'
New = '$TMPDIR/.databricks/bundle/invalid_json/variable-overrides.json'