From 0fd03ce12fe69e5e507f69dbb47a06e5218a3f91 Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Tue, 18 Jan 2022 10:10:10 -0800 Subject: [PATCH] #3268: removed temp debugging code --- services/horizon/internal/integration/db_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/horizon/internal/integration/db_test.go b/services/horizon/internal/integration/db_test.go index d3a4b146be..411c4cf4a3 100644 --- a/services/horizon/internal/integration/db_test.go +++ b/services/horizon/internal/integration/db_test.go @@ -3,7 +3,6 @@ package integration import ( "context" "fmt" - "os" "path/filepath" "strconv" "testing" @@ -237,7 +236,6 @@ func command(horizonConfig horizon.Config, args ...string) []string { } func TestFillGaps(t *testing.T) { - os.Setenv("HORIZON_INTEGRATION_TESTS", "true") itest, reachedLedger := initializeDBIntegrationTest(t) tt := assert.New(t)