Skip to content

Commit b7058e7

Browse files
authored
Update wrong-url test output (#4376)
## Changes Fixed the wrong-url test output message Why The output has changed, maybe related to some updates to git or infra. Locally - no changes, on CI there is a new error message ## Tests <!-- How have you tested the changes? --> <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
1 parent cfbb5e3 commit b7058e7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • acceptance/bundle/templates-machinery/wrong-url

acceptance/bundle/templates-machinery/wrong-url/test.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ New = '/world-123456'
1515
Old = "fatal: unable to access 'https://invalid-domain-123.databricks.com/hello/world/': .*"
1616
New = "fatal: repository 'https://invalid-domain-123.databricks.com/hello/world/' not found"
1717

18+
[[Repls]]
19+
# Git redirection error (appears in some CI environments)
20+
Old = '''fatal: unable to update url base from redirection:\n asked for: [^\n]+\n redirect: [^\n]+'''
21+
New = "fatal: repository 'https://invalid-domain-123.databricks.com/hello/world/' not found"
22+
1823
[[Repls]]
1924
Old = '''Cloning into '[^']+''''
2025
New = '''Cloning into '(redacted)''''

0 commit comments

Comments
 (0)