Skip to content

Commit cef4f52

Browse files
authored
acc: Fix dashboard/detect-change test (cont) (#3152)
Follow up to #3149
1 parent c82dc9e commit cef4f52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • acceptance/bundle/deploy/dashboard/detect-change

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=\[(NUMID|ALPHANUM)\]'
20+
Old = '\?o=\[(NUMID|ALPHANUMID)\]'
2121
New = ''
2222
Order = 1000

0 commit comments

Comments
 (0)