Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 10, 2024
1 parent dbf65b2 commit 615ceb3
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions tests/certificates/test_cert_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@ def mock_cert(_: Any) -> Any:


cert_dict = {
"subject": (
(("countryName", "as"),),
(("stateOrProvinceName", "as"),),
(("localityName", "as"),),
(("organizationName", "as"),),
(("organizationalUnitName", "as"),),
(("commonName", "as"),),
(("emailAddress", "as"),),
'subject': (
(('countryName', 'as'),),
(('stateOrProvinceName', 'as'),),
(('localityName', 'as'),),
(('organizationName', 'as'),),
(('organizationalUnitName', 'as'),),
(('commonName', 'as'),),
(('emailAddress', 'as'),),
),
"issuer": (
(("countryName", "as"),),
(("stateOrProvinceName", "as"),),
(("localityName", "as"),),
(("organizationName", "as"),),
(("organizationalUnitName", "as"),),
(("commonName", "as"),),
(("emailAddress", "as"),),
'issuer': (
(('countryName', 'as'),),
(('stateOrProvinceName', 'as'),),
(('localityName', 'as'),),
(('organizationName', 'as'),),
(('organizationalUnitName', 'as'),),
(('commonName', 'as'),),
(('emailAddress', 'as'),),
),
"version": 3,
"serialNumber": "5045018CA6EAD823CF90B044C704DE9B3959F320",
"notBefore": "Apr 29 12:50:57 2024 GMT",
"notAfter": "Apr 29 12:50:57 2025 GMT",
'version': 3,
'serialNumber': '5045018CA6EAD823CF90B044C704DE9B3959F320',
'notBefore': 'Apr 29 12:50:57 2024 GMT',
'notAfter': 'Apr 29 12:50:57 2025 GMT',
}

0 comments on commit 615ceb3

Please sign in to comment.