forked from toolshed/abra
refactor(recipe): rename Recipe2 -> Recipe
This commit is contained in:
@ -14,7 +14,7 @@ func TestGetVersionLabelLocalDoesNotUseTimeoutLabel(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
r := Get2("traefik")
|
||||
r := Get("traefik")
|
||||
|
||||
for i := 1; i < 1000; i++ {
|
||||
label, err := r.GetVersionLabelLocal()
|
||||
|
Reference in New Issue
Block a user