Skip to content

Commit 6bb15bb

Browse files
Fix acceptance test: remove spurious .vscode/settings.json diff
The serverless-customcatalog test was showing a diff in .vscode/settings.json between the baseline and variant, but both should be identical since they use the same template. Running test-update-templates again fixed the consistency issue.
1 parent 4b83667 commit 6bb15bb

File tree

1 file changed

+0
-10
lines changed
  • acceptance/bundle/templates/default-python/serverless-customcatalog

1 file changed

+0
-10
lines changed

acceptance/bundle/templates/default-python/serverless-customcatalog/output.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ Note that [DATABRICKS_URL] is used for initialization.
1313
To get started, refer to the project README.md file and the documentation at https://docs.databricks.com/dev-tools/bundles/index.html.
1414

1515
>>> diff.py [TESTROOT]/bundle/templates/default-python/serverless-customcatalog/../serverless/output output/
16-
--- [TESTROOT]/bundle/templates/default-python/serverless-customcatalog/../serverless/output/my_default_python/.vscode/settings.json
17-
+++ output/my_default_python/.vscode/settings.json
18-
@@ -35,5 +35,5 @@
19-
"[python]": {
20-
"editor.defaultFormatter": "charliermarsh.ruff",
21-
- "editor.formatOnSave": true
22-
- }
23-
+ "editor.formatOnSave": true,
24-
+ },
25-
}
2616
--- [TESTROOT]/bundle/templates/default-python/serverless-customcatalog/../serverless/output/my_default_python/databricks.yml
2717
+++ output/my_default_python/databricks.yml
2818
@@ -32,5 +32,5 @@

0 commit comments

Comments
 (0)