Skip to content

Commit

Permalink
Rm duplicate unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Oct 4, 2024
1 parent bd722fc commit 85c61b7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/unit/test_apm_config/test_apm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,15 +795,6 @@ def test_set_config_value_set_export_logs_enabled_true_mixed_case(
assert test_config.get("export_logs_enabled") == True
assert "Ignore config option" not in caplog.text

def test__update_service_key_name_not_agent_enabled(self):
test_config = apm_config.SolarWindsApmConfig()
result = test_config._update_service_key_name(
False,
"foo",
"bar"
)
assert result == "foo"

def test_set_config_value_default_export_metrics_enabled(
self,
):
Expand Down

0 comments on commit 85c61b7

Please sign in to comment.