Skip to content

Commit c059687

Browse files
author
Andrei Neagu
committed
refactor tests
1 parent 421936c commit c059687

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

services/dynamic-scheduler/tests/unit/test_cli.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,6 @@ def test_cli_help_and_version(cli_runner: CliRunner):
3030
assert result.stdout.strip() == API_VERSION
3131

3232

33-
@pytest.fixture
34-
def app_environment(
35-
app_environment: EnvVarsDict, monkeypatch: pytest.MonkeyPatch
36-
) -> EnvVarsDict:
37-
return setenvs_from_dict(
38-
monkeypatch,
39-
{
40-
**app_environment,
41-
"DYNAMIC_SCHEDULER_TRACING": "{}",
42-
"TRACING_OPENTELEMETRY_COLLECTOR_ENDPOINT": "http://replace-with-opentelemetry-collector",
43-
"TRACING_OPENTELEMETRY_COLLECTOR_PORT": "4318",
44-
},
45-
)
46-
47-
4833
def test_echo_dotenv(
4934
app_environment: EnvVarsDict, cli_runner: CliRunner, monkeypatch: pytest.MonkeyPatch
5035
):

0 commit comments

Comments
 (0)