Skip to content

Commit

Permalink
#hubble-469: use fully qualified ENABLE settig for quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jul 8, 2024
1 parent bba71e6 commit f45234c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/services/ledgerexporter/internal/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func (s *LedgerExporterTestSuite) mustStartCore(t *testing.T, quickstartImage st
Image: quickstartImage,
// only run tge core service(no horizon, rpc, etc) and don't spend any time upgrading
// the core with newer soroban limits
Cmd: []string{"--enable", "core", "--limits", "default", "--local"},
Cmd: []string{"--enable", "core,,", "--limits", "default", "--local"},
ExposedPorts: nat.PortSet{
nat.Port("1570/tcp"): {},

Check failure on line 281 in exp/services/ledgerexporter/internal/integration_test.go

View workflow job for this annotation

GitHub Actions / golangci

missing type in composite literal (typecheck)
nat.Port("11625/tcp"): {},

Check failure on line 282 in exp/services/ledgerexporter/internal/integration_test.go

View workflow job for this annotation

GitHub Actions / golangci

missing type in composite literal (typecheck)
Expand Down

0 comments on commit f45234c

Please sign in to comment.