Skip to content

Commit

Permalink
Update flags_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Oct 6, 2023
1 parent d2e6bdc commit 31ce796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func TestEnvironmentVariables(t *testing.T) {
if err := flags.Init(horizonCmd); err != nil {
fmt.Println(err)
}
if err := ApplyFlags(config, flags, ApplyOptions{RequireCaptiveCoreConfig: true, AlwaysIngest: false}); err != nil {
if err := ApplyFlags(config, flags, ApplyOptions{RequireCaptiveCoreFullConfig: true, AlwaysIngest: false}); err != nil {
fmt.Println(err)
}
assert.Equal(t, config.Ingest, false)
Expand Down

0 comments on commit 31ce796

Please sign in to comment.