From 1451161abf421b1361c4034fc8d007eb3a9f43bc Mon Sep 17 00:00:00 2001 From: jvonrick Date: Mon, 2 Sep 2024 17:35:22 +0200 Subject: [PATCH] Fix code quality --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index c430bf953..24d8d319c 100755 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -216,7 +216,7 @@ def license_context(): if SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_6_2: with core.LicenseContextManager( increment_name="preppost", license_timeout_in_seconds=1.0 - ) as lic: + ): yield else: yield