Skip to content

Commit

Permalink
Fixed requested changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nupur Khare committed Oct 24, 2023
1 parent 19a8088 commit b009163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit_test/data_processor/data_processor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14457,6 +14457,9 @@ def test_save_content_with_gpt_feature_disabled(self):
processor = CognitionDataProcessor()
bot = 'test'
user = 'testUser'
settings = BotSettings.objects(bot=bot).get()
settings.llm_settings = LLMSettings(enable_faq=False)
settings.save()
collection = "Bot"
content = 'A bot, short for robot, is a program or software application designed to automate certain tasks or ' \
'perform specific functions, usually in an automated or semi-automated manner. Bots can be programmed' \
Expand Down

0 comments on commit b009163

Please sign in to comment.