From e3c149ac7e2f8bd20efd28dec1c11b5eade8687a Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 23 Jan 2025 10:58:22 +0000 Subject: [PATCH] Make test more accurate by fixing URLs Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- commands/template_pull_stack_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/template_pull_stack_test.go b/commands/template_pull_stack_test.go index 1770203e..28b91bf3 100644 --- a/commands/template_pull_stack_test.go +++ b/commands/template_pull_stack_test.go @@ -77,8 +77,8 @@ func Test_filterExistingTemplates(t *testing.T) { defer os.RemoveAll(templatesDir) templates := []stack.TemplateSource{ - {Name: "dockerfile", Source: "https://github.com/openfaas-incubator/powershell-http-template"}, - {Name: "ruby", Source: "https://github.com/openfaas-incubator/openfaas-rust-template"}, + {Name: "dockerfile", Source: "https://github.com/openfaas/templates"}, + {Name: "ruby", Source: "https://github.com/openfaas/classic-templates"}, {Name: "perl", Source: "https://github.com/openfaas-incubator/perl-template"}, }