test: ensure catalogue

This commit is contained in:
2024-07-07 12:03:43 +02:00
parent c5211fbd7e
commit 0f8f0f908f
2 changed files with 10 additions and 2 deletions

View File

@ -7,9 +7,13 @@ import (
)
func TestGetVersionLabelLocalDoesNotUseTimeoutLabel(t *testing.T) {
t.Skip("TODO: CI refuses to pass this test: https://build.coopcloud.tech/coop-cloud/abra/1864/1/3")
offline := true
_, err := ReadRecipeCatalogue(offline)
if err != nil {
t.Fatal(err)
}
r, err := Get("traefik", offline)
if err != nil {
t.Fatal(err)