Skip to content

Commit

Permalink
dep ensure and avoid make request before the server boot (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-lugaresi authored Nov 29, 2017
1 parent 7f9c665 commit bd1c205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runner/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func Test_httpRunner_Process(t *testing.T) {
go func() {
t.Error(http.ListenAndServe("localhost:8080", mux))
}()

time.Sleep(10 * time.Millisecond)
tests := []struct {
name string
want int
Expand Down

0 comments on commit bd1c205

Please sign in to comment.