Skip to content

Commit

Permalink
fix: sealed config issue in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jan 8, 2024
1 parent 1450991 commit 469a83f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testutil/testclient/localnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"github.com/stretchr/testify/require"

"github.com/pokt-network/poktroll/app"
"github.com/pokt-network/poktroll/cmd/pocketd/cmd"
)

var (
Expand All @@ -28,8 +27,6 @@ var (

// init initializes the SDK configuration upon package import.
func init() {
cmd.InitSDKConfig()

// If SEQUENCER_RPC_ENDPOINT environment variable is set, use it to override the default localnet endpoint.
if endpoint := os.Getenv("SEQUENCER_RPC_ENDPOINT"); endpoint != "" {
CometLocalTCPURL = fmt.Sprintf("tcp://%s", endpoint)
Expand Down

0 comments on commit 469a83f

Please sign in to comment.