Skip to content

Commit 8a94d44

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c66aa4a commit 8a94d44

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/runtime/test_environment_utils.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ def test_get_observability_authentication_scope_with_override(monkeypatch):
2727
assert result == [override_scope]
2828

2929

30-
def test_get_observability_authentication_scope_without_override(monkeypatch):
31-
"""Test get_observability_authentication_scope returns default when env var is not set."""
32-
monkeypatch.delenv("A365_OBSERVABILITY_SCOPE_OVERRIDE", raising=False)
33-
34-
result = get_observability_authentication_scope()
35-
assert result == [PROD_OBSERVABILITY_SCOPE]
36-
37-
3830
@pytest.mark.parametrize(
3931
"env_value,expected",
4032
[

0 commit comments

Comments
 (0)