Cleanup unused FixtureRequest in tests (#118780)

This commit is contained in:
epenet 2024-06-04 11:49:21 +02:00 committed by GitHub
parent fce5f2a93f
commit 3ac0fa53c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 11 additions and 8 deletions

View file

@ -196,7 +196,7 @@ def subscriber_id() -> str:
@pytest.fixture
def nest_test_config(request) -> NestTestConfig:
def nest_test_config() -> NestTestConfig:
"""Fixture that sets up the configuration used for the test."""
return TEST_CONFIG_APP_CREDS