WedgeServer / wedge

Fast, cross-platform HTTP/2 web server with automatic HTTPS
Apache License 2.0
241 stars 6 forks source link

Fix failing tests #7

Closed peteretelej closed 6 years ago

peteretelej commented 6 years ago

Corrects invalid test values at caddyhttp/errors/errors_test.go: test assumed working directory and log print values. Change does not delete test, only updates it to will correct check.

Adds tests deps to vendor/

1. What does this change do, exactly?

Fixes failing go test ./... by correcting a bad test value and adding test dependencies to vendor/

2. Please link to the relevant issues.

N/A

3. Which documentation changes (if any) need to be made because of this PR?

None.

4. Checklist

lol768 commented 6 years ago

Is this test failing upstream too?

kashike commented 6 years ago

https://github.com/WedgeServer/wedge/blob/master/caddyhttp/errors/errors.go#L131-L135

lol768 commented 6 years ago

Cheers kashike.