Skip to content

Commit

Permalink
command/agent: fix dropped test error (#8504)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrs authored Jul 22, 2020
1 parent 4cb446e commit 3f6475f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/agent/agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func TestAgent_ServerConfig(t *testing.T) {
require.NoError(t, conf.normalizeAddrs())

out, err = a.serverConfig()
require.NoError(t, err)
require.Equal(t, "127.0.0.2", out.RPCAddr.IP.String())
require.Equal(t, 4003, out.RPCAddr.Port)
require.Equal(t, "127.0.0.2", out.SerfConfig.MemberlistConfig.BindAddr)
Expand Down

0 comments on commit 3f6475f

Please sign in to comment.