From 59ffaec8f42588457d820205ebabccf28ac8eff5 Mon Sep 17 00:00:00 2001 From: cthomas Date: Wed, 28 Jan 2026 12:24:15 -0800 Subject: [PATCH] fix: revert test comments (#9161) --- tests/integration_test_send_message_v2.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", ]