GIT-1591 Strict Slashes behavior fix (#1594)
* fix: GIT-1591: fix strict_slashes option inheriting behavior Signed-off-by: Harsha Narayana <harsha2k4@gmail.com> * doc: GIT-1591: add documentation exlaining the strict_slashes behavior Signed-off-by: Harsha Narayana <harsha2k4@gmail.com> * fix: GIT-1591: fix deprecated for test_client Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
		 Harsha Narayana
					Harsha Narayana
				
			
				
					committed by
					
						 Stephen Sadowski
						Stephen Sadowski
					
				
			
			
				
	
			
			
			 Stephen Sadowski
						Stephen Sadowski
					
				
			
						parent
						
							c15158224b
						
					
				
				
					commit
					13079c6e30
				
			| @@ -111,7 +111,6 @@ def test_request_stream_app(app): | ||||
|             result += body.decode("utf-8") | ||||
|         return text(result) | ||||
|  | ||||
|  | ||||
|     assert app.is_request_stream is True | ||||
|  | ||||
|     request, response = app.test_client.get("/get") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user