Skip to content

Commit

Permalink
fix scope
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 18, 2024
1 parent ae12805 commit a4f44a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
import testinfra


@pytest.fixture
@pytest.fixture(scope="module")
def server():
yield testinfra.get_host('paramiko://quadlet', sudo=True, ssh_config='./.vagrant/ssh-config')

@pytest.fixture
@pytest.fixture(scope="module")
def client():
yield testinfra.get_host('paramiko://client', sudo=True, ssh_config='./.vagrant/ssh-config')

Expand Down

0 comments on commit a4f44a7

Please sign in to comment.