chore: revert using a fork of boson-project/test-templates (#687)

Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
Lance Ball 2021-11-30 00:51:08 -05:00 committed by GitHub
parent db9ad07c70
commit 4b3a5c32df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ func TestConfigEnvs(t *testing.T) {
project.Template = "envs"
project.FunctionName = "test-config-envs"
project.ProjectPath = filepath.Join(os.TempDir(), project.FunctionName)
project.RemoteRepository = "http://github.com/lance/test-templates.git"
project.RemoteRepository = "http://github.com/boson-project/test-templates.git"
Create(t, knFunc.TestShell, project)
defer func() { _ = project.RemoveProjectFolder() }()

View File

@ -100,7 +100,7 @@ func TestConfigVolumes(t *testing.T) {
project.Template = "volumes"
project.FunctionName = "test-config-volumes"
project.ProjectPath = filepath.Join(os.TempDir(), project.FunctionName)
project.RemoteRepository = "http://github.com/lance/test-templates.git"
project.RemoteRepository = "http://github.com/boson-project/test-templates.git"
Create(t, knFunc.TestShell, project)
defer project.RemoveProjectFolder()