Skip to content

Commit aa8f003

Browse files
committed
update tests
1 parent 52ba50c commit aa8f003

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/backend/tests/unit/components/models_and_agents/test_agent_component.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ async def test_update_build_config_shows_watsonx_fields(self, component_class, d
469469
# Verify WatsonX fields are now shown
470470
assert updated_config["base_url_ibm_watsonx"]["show"] is True
471471
assert updated_config["project_id"]["show"] is True
472-
assert updated_config["base_url_ibm_watsonx"]["required"] is True
473-
assert updated_config["project_id"]["required"] is True
472+
assert updated_config["base_url_ibm_watsonx"]["required"] is False
473+
assert updated_config["project_id"]["required"] is False
474474

475475
async def test_update_build_config_hides_watsonx_fields_for_other_providers(self, component_class, default_kwargs):
476476
"""Test that update_build_config hides WatsonX fields when other providers are selected."""

0 commit comments

Comments
 (0)