We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421936c commit c059687Copy full SHA for c059687
services/dynamic-scheduler/tests/unit/test_cli.py
@@ -30,21 +30,6 @@ def test_cli_help_and_version(cli_runner: CliRunner):
30
assert result.stdout.strip() == API_VERSION
31
32
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
48
def test_echo_dotenv(
49
app_environment: EnvVarsDict, cli_runner: CliRunner, monkeypatch: pytest.MonkeyPatch
50
):
0 commit comments