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 1f7a752 commit 96f3b54
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 @@ -349,7 +349,7 @@ class OpenSSL(Provider):
)
# After splitting, version_str would be: ["OpenSSL", "3.0.8", "7", "Feb", "2023\n"]
version_str = result.stdout.split(" ")
# This will return the name of the provideer (e.g., "OpenSSL")
# e.g., "OpenSSL"
provider = version_str[0]
# This will return the version number (e.g., "3.0.8")
version_openssl = version_str[1]
Expand Down

0 comments on commit 96f3b54

Please sign in to comment.