From c33ba6413e511727f2f452af8f6b71d6d1216e1b Mon Sep 17 00:00:00 2001 From: manvkaur <67894494+manvkaur@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:27:29 +0100 Subject: [PATCH] remove underscores --- tests/decorators/test_openai.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/decorators/test_openai.py b/tests/decorators/test_openai.py index 410b13a9..5d0e4c1c 100644 --- a/tests/decorators/test_openai.py +++ b/tests/decorators/test_openai.py @@ -68,8 +68,8 @@ def test_assistant_query_input_valid_creation(self): self.assertEqual(input.get_dict_repr(), {"name": "test", "timestampUtc": "timestamp_utc", - "chat_storage_connection_setting": "AzureWebJobsStorage", - "collection_name": "SampleChatState", + "chatstorageconnectionsetting": "AzureWebJobsStorage", + "collectionname": "SampleChatState", "dataType": DataType.UNDEFINED, "direction": BindingDirection.IN, "type": "assistantQuery", @@ -126,8 +126,8 @@ def test_assistant_post_input_valid_creation(self): {"name": "test", "id": "test_id", "model": "test_model", - "chat_storage_connection_setting": "AzureWebJobsStorage", - "collection_name": "SampleChatState", + "chatstorageconnectionsetting": "AzureWebJobsStorage", + "collectionname": "SampleChatState", "userMessage": "test_message", "dataType": DataType.UNDEFINED, "direction": BindingDirection.IN,