Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Kalinin and Pieter Noordhuis committed Jan 30, 2013
1 parent 7b7e209 commit 9d642e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/common/http/basic_auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (s *BasicAuthSuite) Bootstrap(x Authenticator) *http.Request {

z := &http.Server{Handler: y}

l, err := net.Listen("tcp", "127.0.0.1:")
l, err := net.Listen("tcp", "127.0.0.1:0")
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 9d642e4

Please sign in to comment.