Skip to content

Commit

Permalink
Remove check id
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-witt committed Feb 25, 2022
1 parent bbe64de commit b1121dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion silk/tests/test_silk.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def test_submit_system_state(instance, datadog_agent):
def test_submit_system_state_error(aggregator, instance, caplog):
caplog.set_level(logging.DEBUG)
check = SilkCheck('silk', {}, [instance])
check.check_id = 'test:123'

check._get_data = mock.MagicMock(side_effect=[(None, 404)])
check.submit_system_state()
Expand Down

0 comments on commit b1121dc

Please sign in to comment.