global: fix PEP-8 formatting
This patch was generated by running `autopep8 --diff` on the source tree and then applying the diff.
This commit is contained in:
parent
bb644cdd07
commit
f05078f66e
20 changed files with 36 additions and 28 deletions
|
|
@ -6,7 +6,7 @@ from io import StringIO
|
|||
|
||||
from osbuild.util.rhsm import Subscriptions
|
||||
|
||||
REPO_FILE="""[jpp]
|
||||
REPO_FILE = """[jpp]
|
||||
name = Red Hat JBoss Portal
|
||||
baseurl = https://cdn.redhat.com/1.0/$basearch/os
|
||||
enabled = 0
|
||||
|
|
@ -66,7 +66,7 @@ def test_from_host_system():
|
|||
|
||||
raise e
|
||||
|
||||
assert test_case["success"] # Verify this test case should pass
|
||||
assert test_case["success"] # Verify this test case should pass
|
||||
assert secrets["ssl_ca_cert"] == "/etc/rhsm/ca/redhat-uep.pem"
|
||||
assert secrets["ssl_client_key"] == f'/etc/pki/entitlement/{test_case["key"]}-key.pem'
|
||||
assert secrets["ssl_client_cert"] == f'/etc/pki/entitlement/{test_case["key"]}.pem'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue