Extend presubmit to covert test and request (#1846)

Fix the casing *and* fix use of context as we were still referencing
the non-std lib context - no wondering how this could have worked...
This commit is contained in:
Miek Gieben 2018-06-01 15:12:49 +01:00 committed by GitHub
parent 0df5eb98fe
commit 4f0b36e57e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 20 additions and 20 deletions

View file

@ -14,7 +14,7 @@ func TestLookupCache(t *testing.T) {
// Start auth. CoreDNS holding the auth zone.
name, rm, err := test.TempFile(".", exampleOrg)
if err != nil {
t.Fatalf("failed to create zone: %s", err)
t.Fatalf("Failed to create zone: %s", err)
}
defer rm()