From a59aaa5d503c8cd63237b994affa744e53d5838c Mon Sep 17 00:00:00 2001 From: Dmitry Romanov Date: Thu, 27 Jun 2024 18:12:28 -0400 Subject: [PATCH] Unit tests run properly now --- python/tests/integ_test_cli_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/integ_test_cli_manager.py b/python/tests/integ_test_cli_manager.py index 2a942c4..9c29f58 100644 --- a/python/tests/integ_test_cli_manager.py +++ b/python/tests/integ_test_cli_manager.py @@ -87,7 +87,7 @@ def test_cat_user_set_variation(self): self.cli.context.current_variation = "test" self.cli.context.current_run = 600 self.cli.process_command_line("cat /test/test_vars/test_table") - self.assertIn("6.1", self.output.getvalue()) + self.assertIn("6.0", self.output.getvalue()) def test_cat_not_abs_path(self):