Skip to content

Commit

Permalink
#4911: fix network parameter integratin test verification
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jul 10, 2024
1 parent 7a11625 commit b273829
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/horizon/internal/integration/parameters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ func TestEnvironmentPreserved(t *testing.T) {
// using NETWORK environment variables, history archive urls or network passphrase
// parameters are also set.
func TestInvalidNetworkParameters(t *testing.T) {
var captiveCoreConfigErrMsg = integration.HorizonInitErrStr + ": error generating captive " +
"core configuration: invalid config: %s parameter not allowed with the %s parameter"
var captiveCoreConfigErrMsg = integration.HorizonInitErrStr + ": invalid config: %s parameter not allowed with the %s parameter"
testCases := []struct {
name string
errMsg string
Expand Down

0 comments on commit b273829

Please sign in to comment.