mirror of
				https://github.com/hwchase17/langchain.git
				synced 2025-10-30 07:16:16 +00:00 
			
		
		
		
	Cleanup integration test dir (#3308)
This commit is contained in:
		| @@ -0,0 +1,9 @@ | ||||
| """Integration test for Serper.dev's Google Search API Wrapper.""" | ||||
| from langchain.utilities.google_serper import GoogleSerperAPIWrapper | ||||
|  | ||||
|  | ||||
| def test_call() -> None: | ||||
|     """Test that call gives the correct answer.""" | ||||
|     search = GoogleSerperAPIWrapper() | ||||
|     output = search.run("What was Obama's first name?") | ||||
|     assert "Barack Hussein Obama II" in output | ||||
		Reference in New Issue
	
	Block a user