Include HTTP method in test error message (#2815)
This commit is contained in:
		
							parent
							
								
									e6a97b6675
								
							
						
					
					
						commit
						1b6a962e70
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -284,7 +284,7 @@ func MakeRequest(t testing.TB, req *http.Request, expectedStatus int) *TestRespo | ||||||
| 	mac.ServeHTTP(respWriter, req) | 	mac.ServeHTTP(respWriter, req) | ||||||
| 	if expectedStatus != NoExpectedStatus { | 	if expectedStatus != NoExpectedStatus { | ||||||
| 		assert.EqualValues(t, expectedStatus, respWriter.HeaderCode, | 		assert.EqualValues(t, expectedStatus, respWriter.HeaderCode, | ||||||
| 			"Request URL: %s", req.URL.String()) | 			"Request: %s %s", req.Method, req.URL.String()) | ||||||
| 	} | 	} | ||||||
| 	return &TestResponse{ | 	return &TestResponse{ | ||||||
| 		HeaderCode: respWriter.HeaderCode, | 		HeaderCode: respWriter.HeaderCode, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue