Skip to content

Commit

Permalink
Fix signature change in logs_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Oct 6, 2018
1 parent f95006c commit 31fc29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ddev/cmd/logs_test.go
Expand Up @@ -40,7 +40,7 @@ func TestDevLogs(t *testing.T) {
cleanup := v.Chdir()

url := "http://" + v.Name + "." + version.DDevTLD + "/logtest.php"
_, err = testcommon.GetLocalHTTPResponse(t, url)
_, _, err = testcommon.GetLocalHTTPResponse(t, url)
assert.NoError(err)

args := []string{"logs"}
Expand Down

0 comments on commit 31fc29b

Please sign in to comment.