You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python tests.py
E
======================================================================
ERROR: test_find_tools_in_message (__main__.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests.py", line 27, in test_find_tools_in_message
conversation_handler.find_tools_in_message(test_message_1), [{
File "/Users/osteele/code/htl/loanbot/conversationHandler.py", line 44, in find_tools_in_message
for alt_name in tool['alternate_names']:
KeyError: 'alternate_names'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: