Skip to content

Commit

Permalink
Fix unit test fail
Browse files Browse the repository at this point in the history
Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
  • Loading branch information
zouy414 committed Nov 20, 2020
1 parent e114201 commit 2834492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/agent/app/agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func withRunningAgent(t *testing.T, testcase func(string, chan error)) {
},
},
HTTPServer: HTTPServerConfiguration{
HostPort: ":0",
HostPort: "127.0.0.1:0",
},
}
logger, logBuf := testutils.NewLogger()
Expand Down

0 comments on commit 2834492

Please sign in to comment.