Skip to content

Commit c8f9365

Browse files
fully configurable
1 parent 2deced3 commit c8f9365

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/terraform-ibm-modules/stack-retrieval-augmented-generation
22

33
go 1.24.0
44

5-
toolchain go1.24.1
5+
toolchain go1.25.1
66

77
require (
88
github.com/gruntwork-io/terratest v0.50.0

tests/pr_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)