Skip to content

Commit

Permalink
Make test more accurate by fixing URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jan 23, 2025
1 parent 3831ce7 commit e3c149a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/template_pull_stack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
}

Expand Down

0 comments on commit e3c149a

Please sign in to comment.