From e3943f5f27184e1f83ced0b3e3396a9e4a4ba381 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Sat, 18 Mar 2023 01:53:15 +0400 Subject: Update Failing Tests Signed-off-by: Hassan Abouelela --- tests/test_integration.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test_integration.py') diff --git a/tests/test_integration.py b/tests/test_integration.py index 91b01e6..aa21a2d 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -7,6 +7,8 @@ from textwrap import dedent from tests.gunicorn_utils import run_gunicorn +from scripts.python_version import MAIN_VERSION + def b64encode_code(data: str): data = dedent(data).strip() @@ -95,6 +97,7 @@ class IntegrationTests(unittest.TestCase): expected = { "stdout": "hello\n", "returncode": 0, + "version": MAIN_VERSION.display_name, "files": [ { "path": "dir/test2.txt", -- cgit v1.2.3