Cleanup unused FixtureRequest in tests (#118780)
This commit is contained in:
parent
fce5f2a93f
commit
3ac0fa53c8
8 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue