mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-07 11:28:48 +03:00
Fix failing test that's looking for a specific error message.
This commit is contained in:
parent
9e97d79c81
commit
3aff1677cc
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ Command echo Hello successful.
|
|||
continue
|
||||
}
|
||||
|
||||
expected := "Another git repo 'git@github.com:u1/repo.git' exists at gitdir"
|
||||
expected := "another git repo 'git@github.com:u1/repo.git' exists at gitdir"
|
||||
if expected != err.Error() {
|
||||
t.Errorf("Pull with Error %v: Expected %v found %v", i, expected, err.Error())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue