Skip to content

Commit

Permalink
chore: undo test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Feb 6, 2024
1 parent 0d5984e commit 2e28ec7
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 @@ -4,16 +4,15 @@

import pytest

# from pytest_socket import disable_socket
from pytest_socket import disable_socket

from benefits.core import session
from benefits.core.models import AuthProvider, EligibilityType, EligibilityVerifier, PaymentProcessor, PemData, TransitAgency
from django.contrib.auth.models import User


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


@pytest.fixture
Expand Down

0 comments on commit 2e28ec7

Please sign in to comment.