Skip to content

Commit

Permalink
Emergency fix to logs_test.go for failed master (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Oct 6, 2018
1 parent 9063a31 commit 4486bc3
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 4486bc3

Please sign in to comment.