Skip to content

Commit

Permalink
remove underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
manvkaur committed Sep 24, 2024
1 parent 9314d60 commit c33ba64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/decorators/test_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit c33ba64

Please sign in to comment.