Skip to content

Commit

Permalink
Update tests/integrationv2/providers.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Mayclin <[email protected]>
  • Loading branch information
johubertj and jmayclin authored Feb 28, 2025
1 parent 96f3b54 commit 31404eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrationv2/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ class OpenSSL(Provider):
version_str = result.stdout.split(" ")
# e.g., "OpenSSL"
provider = version_str[0]
# This will return the version number (e.g., "3.0.8")
# e.g., "3.0.8"
version_openssl = version_str[1]

def __init__(self, options: ProviderOptions):
Expand Down

0 comments on commit 31404eb

Please sign in to comment.