From ccf12b318be58745b4150d5ed44ba407c8ff1c01 Mon Sep 17 00:00:00 2001 From: Swapna Lekkala Date: Mon, 11 Aug 2025 15:45:06 -0700 Subject: [PATCH] cleanup --- tests/integration/safety/test_safety.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/safety/test_safety.py b/tests/integration/safety/test_safety.py index c3d9836a8..8419dcd94 100644 --- a/tests/integration/safety/test_safety.py +++ b/tests/integration/safety/test_safety.py @@ -177,7 +177,7 @@ def test_unsafe_input_with_code_scanner_run_moderation(client_with_models, code_ print("Insecure hashed password:", hashed_password) ``` """ - ] * 2 + ] moderation_object = client_with_models.moderations.create( input=insecure_code, model=code_scanner_shield_id, @@ -206,7 +206,7 @@ def test_safe_input_with_code_scanner_run_moderation(client_with_models, code_sc return text[:5] if text else "" ``` """ - ] * 2 + ] moderation_object = client_with_models.moderations.create( input=secure_code, model=code_scanner_shield_id,