mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|  | from fastapi.testclient import TestClient | ||
|  | 
 | ||
|  | 
 | ||
|  | def test_openapi_returns_json(api_client: TestClient): | ||
|  |     response = api_client.get("openapi.json") | ||
|  |     assert response.status_code == 200 |