Commit 30ac067
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 #31441 parent 1dd6ea6 commit 30ac067
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
0 commit comments