Skip to content

Commit 7fdb7f7

Browse files
committed
Make test more accurate by fixing URLs
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent ef9c610 commit 7fdb7f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/template_pull_stack_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ func Test_filterExistingTemplates(t *testing.T) {
7777
defer os.RemoveAll(templatesDir)
7878

7979
templates := []stack.TemplateSource{
80-
{Name: "dockerfile", Source: "https://github.com/openfaas-incubator/powershell-http-template"},
81-
{Name: "ruby", Source: "https://github.com/openfaas-incubator/openfaas-rust-template"},
80+
{Name: "dockerfile", Source: "https://github.com/openfaas/templates"},
81+
{Name: "ruby", Source: "https://github.com/openfaas/classic-templates"},
8282
{Name: "perl", Source: "https://github.com/openfaas-incubator/perl-template"},
8383
}
8484

0 commit comments

Comments
 (0)