[VOL-3666] Reading TP template from default locations, write the instance using the per-stack prefix

Change-Id: I35eee9d9f5d405b08bfa97a54274f44124a0f1a3
diff --git a/pkg/mocks/mockTechprofile.go b/pkg/mocks/mockTechprofile.go
index 548a6fd..1bdbbe4 100644
--- a/pkg/mocks/mockTechprofile.go
+++ b/pkg/mocks/mockTechprofile.go
@@ -31,7 +31,7 @@
 }
 
 // SetKVClient to mock techprofile SetKVClient method
-func (m MockTechProfile) SetKVClient(ctx context.Context) *db.Backend {
+func (m MockTechProfile) SetKVClient(ctx context.Context, pathPrefix string) *db.Backend {
 	return &db.Backend{Client: &MockKVClient{}}
 }