Skip to content

Commit

Permalink
Fix scope mismatch issue for VMware tests (#14010)
Browse files Browse the repository at this point in the history
(cherry picked from commit 13d6b8c)
  • Loading branch information
shubhamsg199 authored and web-flow committed Feb 8, 2024
1 parent 6bb6753 commit c65e51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_fixtures/component/provision_vmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from robottelo.config import settings


@pytest.fixture
@pytest.fixture(scope='module')
def vmware(request):
versions = {
'vmware7': settings.vmware.vcenter7,
Expand Down

0 comments on commit c65e51a

Please sign in to comment.