Skip to content

Commit b4577bf

Browse files
test: add latest version (#131)
1 parent efd06c3 commit b4577bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/other_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ func TestRunBasicExample(t *testing.T) {
2323
ResourceGroup: resourceGroup,
2424
BestRegionYAMLPath: regionSelectionPath,
2525
CloudInfoService: sharedInfoSvc,
26+
27+
TerraformVars: map[string]interface{}{
28+
"elasticsearch_version": "8.10", // Always lock this test into the latest supported elasticsearch version
29+
},
2630
})
2731

2832
output, err := options.RunTestConsistency()

0 commit comments

Comments
 (0)