Skip to content

Commit

Permalink
chore(tests): remove socket-disabling code
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Oct 2, 2024
1 parent 2ffa3d1 commit 4d7f09f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/pytest/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@

import pytest

# from pytest_socket import disable_socket
from pytest_socket import disable_socket

from benefits.core import session
from benefits.core.models import ClaimsProvider, EnrollmentFlow, TransitProcessor, PemData, TransitAgency


def pytest_runtest_setup():
# disable_socket()
pass
disable_socket()


@pytest.fixture
Expand Down

0 comments on commit 4d7f09f

Please sign in to comment.