@@ -50,7 +50,7 @@ func TestProjectsBasicFullTest(t *testing.T) {
5050 Prefix : "rag" ,
5151 StackConfigurationPath : basicDaStackDefPath ,
5252 CatalogProductName : "Retrieval_Augmented_Generation_Pattern" ,
53- CatalogFlavorName : "basic" ,
53+ CatalogFlavorName : "basic-fully-config " ,
5454 })
5555
5656 privateKey , _ , kerr := common .GenerateTempGPGKeyPairBase64 ()
@@ -115,7 +115,7 @@ func TestProjectsBasicExistingResourcesTest(t *testing.T) {
115115 Testing : t ,
116116 StackConfigurationPath : basicDaStackDefPath ,
117117 CatalogProductName : "Retrieval_Augmented_Generation_Pattern" ,
118- CatalogFlavorName : "basic" ,
118+ CatalogFlavorName : "basic-fully-config " ,
119119 })
120120
121121 privateKey , _ , kerr := common .GenerateTempGPGKeyPairBase64 ()
@@ -167,7 +167,7 @@ func TestProjectsStandardFullTest(t *testing.T) {
167167 Prefix : "rag-s" ,
168168 StackConfigurationPath : standardDaStackDefPath ,
169169 CatalogProductName : "Retrieval_Augmented_Generation_Pattern" ,
170- CatalogFlavorName : "standard" ,
170+ CatalogFlavorName : "standard-fully-config " ,
171171 })
172172
173173 privateKey , _ , kerr := common .GenerateTempGPGKeyPairBase64 ()
0 commit comments