Moving from govendor to dep.
Vendor folder has been deleted. Use dep to regenerate vendor folder.
This commit is contained in:
parent
9631aa3aab
commit
03278a882b
2181 changed files with 400398 additions and 346 deletions
|
@ -61,7 +61,7 @@ func TestLeaderFromZK(t *testing.T) {
|
|||
url, err := realis.LeaderFromZK(*cluster)
|
||||
|
||||
assert.NoError(t, err)
|
||||
assert.Equal(t, url, "http://aurora.local:8081")
|
||||
assert.Equal(t, "http://aurora.local:8081", url)
|
||||
}
|
||||
|
||||
func TestGetCacerts(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue