Skip to content

Commit

Permalink
Revert test values
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Nov 5, 2024
1 parent 0a8f4fe commit 7545429
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/acp.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func init() {
if acpType == "" {
acpType = LocalACPType
}
acpType = SourceHubACPType
}

// AddPolicy will attempt to add the given policy using DefraDB's ACP system.
Expand Down Expand Up @@ -468,7 +467,7 @@ func setupSourceHub(s *state) ([]node.ACPOpt, error) {
//
// We need to lock before getting the ports, otherwise they may try and use the port we use for locking.
// We can only unlock after the source hub node has started and begun listening on the assigned ports.
unlock, err := crossLock(55559)
unlock, err := crossLock(55555)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 7545429

Please sign in to comment.