Fix failing import test in test_agents.py
This commit is contained in:
parent
6b8467c546
commit
681758ae84
|
@ -360,7 +360,7 @@ class AgentTests(unittest.TestCase):
|
||||||
with console.capture() as capture:
|
with console.capture() as capture:
|
||||||
agent.run("Count to 3")
|
agent.run("Count to 3")
|
||||||
str_output = capture.get()
|
str_output = capture.get()
|
||||||
assert "import under additional_authorized_imports" in str_output
|
assert "import under `additional_authorized_imports`" in str_output
|
||||||
|
|
||||||
def test_multiagents(self):
|
def test_multiagents(self):
|
||||||
class FakeModelMultiagentsManagerAgent:
|
class FakeModelMultiagentsManagerAgent:
|
||||||
|
|
Loading…
Reference in New Issue