Skip to content

Commit c2e0447

Browse files
committed
fixup
1 parent afbb2f1 commit c2e0447

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • datadog_checks_dev/datadog_checks/dev

datadog_checks_dev/datadog_checks/dev/docker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def assert_all_discovery_candidates_stable(
101101
_assert_container_stable(initial_state, current_state, index)
102102

103103
current_stdout, current_stderr = _get_container_logs(current_container_id)
104-
current_logs = _get_container_logs(current_container_id)
105104
previous_stdout = assert_no_new_log_patterns(previous_stdout, current_stdout, log_patterns, index)
106105
previous_stderr = assert_no_new_log_patterns(previous_stderr, current_stderr, log_patterns, index)
107106

0 commit comments

Comments
 (0)