From d2dae9dc05876d38bb0b87054f2765b338a3cd1b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 05:50:33 +0000 Subject: [PATCH] fix: replace Rust CI with Python CI workflow --- tests/test_integration.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_integration.py b/tests/test_integration.py index 359a8b9..e75c10f 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -1,4 +1,4 @@ -"""Integration tests for the complete workflow.""" +"""Integration tests for JSON to OpenAPI Generator.""" import pytest import json import yaml @@ -159,6 +159,7 @@ class TestIntegration: ]) assert result.exit_code == 0 + assert "Generated combined spec" in result.output or "combined.yaml" in result.output def test_spec_validity(self, runner, user_schema_file, tmp_path): """Test that generated spec is valid OpenAPI 3.0.3."""