diff --git a/tests/integration_test_send_message_v2.py b/tests/integration_test_send_message_v2.py index ae50815b..ce267e7d 100644 --- a/tests/integration_test_send_message_v2.py +++ b/tests/integration_test_send_message_v2.py @@ -32,12 +32,12 @@ logger = logging.getLogger(__name__) all_configs = [ - # "openai-gpt-4o-mini.json", - # "openai-gpt-4.1.json", + "openai-gpt-4o-mini.json", + "openai-gpt-4.1.json", "openai-gpt-5.json", "claude-4-5-sonnet.json", - # "gemini-2.5-pro.json", - # "zai-glm-4.6.json", + "gemini-2.5-pro.json", + "zai-glm-4.6.json", ]