We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134618e commit c24c4dbCopy full SHA for c24c4db
1 file changed
integrations/google_ai/tests/generators/test_gemini.py
@@ -35,7 +35,7 @@ def test_init(monkeypatch):
35
36
37
def test_init_fails_with_tools():
38
- with pytest.raises(TypeError, match="GoogleAIGeminiGenerator does not support the `tools` parameter."):
+ with pytest.raises(TypeError, match=r"GoogleAIGeminiGenerator does not support the `tools` parameter\."):
39
GoogleAIGeminiGenerator(tools=["tool1", "tool2"])
40
41
0 commit comments