forked from toolshed/abra
test: include catalogue
This commit is contained in:
parent
f58522d822
commit
34de38928a
@ -8,6 +8,12 @@ import (
|
|||||||
|
|
||||||
func TestGetVersionLabelLocalDoesNotUseTimeoutLabel(t *testing.T) {
|
func TestGetVersionLabelLocalDoesNotUseTimeoutLabel(t *testing.T) {
|
||||||
offline := true
|
offline := true
|
||||||
|
|
||||||
|
_, err := ReadRecipeCatalogue(offline)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
recipe, err := Get("traefik", offline)
|
recipe, err := Get("traefik", offline)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user