Skip to content

Commit

Permalink
test: 删去 mock_installation 的 autouse
Browse files Browse the repository at this point in the history
  • Loading branch information
BigOrangeQWQ committed Nov 23, 2024
1 parent 5541a15 commit f148306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/github/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pytest_mock import MockerFixture


@pytest.fixture(autouse=True)
@pytest.fixture
def mock_installation(mocker: MockerFixture):
mock_installation = mocker.MagicMock()
mock_installation.id = 123
Expand Down

0 comments on commit f148306

Please sign in to comment.