Skip to content

Commit 30ac067

Browse files
authored
acc: Fix dashboard/detect-change test (#3149)
It still fails with ``` - "url": "[DATABRICKS_URL]/dashboardsv3/[ALPHANUMID]/published", + "url": "[DATABRICKS_URL]/dashboardsv3/[ALPHANUMID]/published?o=[ALPHANUMID]", ``` On there other hand NUMBER replacement does not exist. Follow up to #3144
1 parent 1dd6ea6 commit 30ac067

File tree

1 file changed

+1
-1
lines changed
  • acceptance/bundle/deploy/dashboard/detect-change

1 file changed

+1
-1
lines changed

acceptance/bundle/deploy/dashboard/detect-change/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ New = "[ALPHANUMID]"
1717

1818
[[Repls]]
1919
# clean up ?o=<num> suffix after URL since not all workspaces have that
20-
Old = '\?o=\[(NUMBER|NUMID)\]'
20+
Old = '\?o=\[(NUMID|ALPHANUM)\]'
2121
New = ''
2222
Order = 1000

0 commit comments

Comments
 (0)