Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[1LP][RFR] fixed calls for removed session fixtures #9651

Merged
merged 1 commit into from
Nov 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions cfme/fixtures/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,7 @@ def ensure_resolvable_hostname(temp_appliance_preconfig_long):


@pytest.fixture(scope='function')
def configure_auth(
temp_appliance_preconfig_long,
auth_mode, auth_provider, user_type, request, fix_missing_hostname
):
def configure_auth(temp_appliance_preconfig_long, auth_mode, auth_provider, user_type, request):
"""Given auth_mode, auth_provider, user_type parametrization, configure auth for login
testing.

Expand Down
2 changes: 0 additions & 2 deletions cfme/tests/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
from cfme.utils.blockers import BZ
from cfme.utils.version import UPSTREAM

pytestmark = pytest.mark.usefixtures('browser')


@pytest.mark.rhel_testing
@test_requirements.drift
Expand Down