fix(tests): mark OpenAI-dependent test as api_key_required to prevent CI failures

This commit is contained in:
Dhruv Chaturvedi
2026-05-27 22:48:31 +05:30
parent dac8ea1172
commit ddd86e3aab

View File

@ -436,6 +436,7 @@ edges:
with pytest.raises(ValueError, match="unknown target 'Z'"):
await mcp_server_module.create_flow_from_spec(spec)
@pytest.mark.api_key_required
async def test_create_flow_from_spec_prompt_template_variables(self):
"""Prompt Template with {var} in template creates dynamic input fields."""
spec = """\