Skip to content

Commit

Permalink
fix flake8 fails
Browse files Browse the repository at this point in the history
  • Loading branch information
swadeley committed Jun 7, 2019
1 parent c1aeffe commit 3688a37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/foreman/ui_airgun/test_contenthost.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ def test_positive_end_to_end_bulk_update(session, vm):
# Update the package by name
timestamp = datetime.utcnow()
session.hostcollection.manage_packages(
hc_name, content_type='Package',
packages=FAKE_1_CUSTOM_PACKAGE_NAME,
action='update_all'
hc_name, content_type='Package',
packages=FAKE_1_CUSTOM_PACKAGE_NAME,
action='update_all'
)
# Wait for upload profile event (in case system system slow)
host = entities.Host().search(
Expand All @@ -265,8 +265,8 @@ def test_positive_end_to_end_bulk_update(session, vm):
search_query='label = Actions::Katello::Host::UploadPackageProfile'
' and resource_id = {}'
' and started_at >= "{}"'.format(
host[0].id, timestamp),
search_rate = 10, max_tries = 10,
host[0].id, timestamp),
search_rate=10, max_tries=10,
)
# Ensure package updated to a later version
packages = session.contenthost.search_package(vm.hostname, FAKE_2_CUSTOM_PACKAGE_NAME)
Expand Down

0 comments on commit 3688a37

Please sign in to comment.