mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	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:
		| @@ -17,7 +17,7 @@ func benchmarkLookupBalanceRewriteCache(b *testing.B) { | ||||
| 	t := new(testing.T) | ||||
| 	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() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user