Unnecessary check around range
This commit is contained in:
		
							parent
							
								
									40fbce07db
								
							
						
					
					
						commit
						c9f1b02251
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		|  | @ -129,10 +129,8 @@ func request(t *testing.T, s *Server, method, url, body string, headers map[stri | |||
| 	if err != nil { | ||||
| 		t.Fatal(err) | ||||
| 	} | ||||
| 	if headers != nil { | ||||
| 		for k, v := range headers { | ||||
| 			req.Header.Set(k, v) | ||||
| 		} | ||||
| 	for k, v := range headers { | ||||
| 		req.Header.Set(k, v) | ||||
| 	} | ||||
| 	s.handle(rr, req) | ||||
| 	return rr | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue