Skip to content

Commit

Permalink
Fix code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonrickenbach committed Sep 2, 2024
1 parent c949b45 commit 1451161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1451161

Please sign in to comment.