mirror of https://github.com/knative/func.git
chore: revert using a fork of boson-project/test-templates (#687)
Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
parent
db9ad07c70
commit
4b3a5c32df
|
@ -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() }()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue