genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update log_test.go

This commit is contained in:
Geno 2017-03-30 14:46:29 +02:00 committed by GitHub
parent c359e7b85e
commit f44940ca4a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ func TestLog(t *testing.T) {
// No values check, just if it crashed or not
LogTimestamp(false)
req, _ := http.NewRequest("GET", "https://google.com/lola/duda?q=wasd")
req, _ := http.NewRequest("GET", "https://google.com/lola/duda?q=wasd", nil)
log := LogHTTP(req)
_, ok := log.Data["remote"]