Skip to content

Commit

Permalink
Fix integration test. EXPERIMENTAL_BUCKETLIST_DB requires that the --…
Browse files Browse the repository at this point in the history
…captive-core-use-db flag is set
  • Loading branch information
urvisavla committed Jun 1, 2024
1 parent 094f344 commit 1c7e0bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/horizon/internal/integration/parameters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ func TestNetworkParameter(t *testing.T) {
for _, tt := range testCases {
t.Run(fmt.Sprintf("NETWORK parameter %s", tt.networkValue), func(t *testing.T) {
localParams := integration.MergeMaps(networkParamArgs, map[string]string{
horizon.NetworkFlagName: tt.networkValue,
horizon.NetworkFlagName: tt.networkValue,
horizon.CaptiveCoreConfigUseDB: "true",
})
testConfig := integration.GetTestConfig()
testConfig.SkipCoreContainerCreation = true
Expand Down

0 comments on commit 1c7e0bc

Please sign in to comment.