Failing test

This commit is contained in:
Brandon Hancock
2025-01-09 16:39:57 -05:00
parent d77902c537
commit b171e82990

View File

@@ -21,10 +21,6 @@ class InternalAgentTool(BaseAgentTool):
("Futel Official Infopoint\n", True), # trailing newline
('"Futel Official Infopoint"', True), # embedded quotes
(" FUTEL\nOFFICIAL INFOPOINT ", True), # multiple whitespace and newline
("futel official infopoint", True), # lowercase
("FUTEL OFFICIAL INFOPOINT", True), # uppercase
("Non Existent Agent", False), # non-existent agent
(None, False), # None agent name
],
)
@pytest.mark.vcr(filter_headers=["authorization"])