Skip to content

Commit

Permalink
Listen for loopback instead of all incoming traffic in RP test (#3893)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSnowden committed Feb 3, 2023
1 parent eb4bbeb commit 3ddbf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/membership/rpMonitor_test.go
Expand Up @@ -51,7 +51,7 @@ func (s *RpoSuite) SetupTest() {

func (s *RpoSuite) TestRingpopMonitor() {
serviceName := primitives.HistoryService
testService := NewTestRingpopCluster(s.T(), "rpm-test", 3, "0.0.0.0", "", serviceName, "127.0.0.1")
testService := NewTestRingpopCluster(s.T(), "rpm-test", 3, "127.0.0.1", "", serviceName, "127.0.0.1")
s.NotNil(testService, "Failed to create test service")

rpm := testService.rings[0]
Expand Down

0 comments on commit 3ddbf94

Please sign in to comment.