Skip to content

Commit

Permalink
OpenSslConfigScanner: el7 linter compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Feb 4, 2025
1 parent ba4cf3a commit f198f64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_parse_config_empty():
output = parse_config([])
assert isinstance(output, OpenSslConfig)
assert not output.openssl_conf
assert len(output.blocks) == 0
assert not output.blocks


def test_parse_config_bare_include():
Expand Down

0 comments on commit f198f64

Please sign in to comment.