There was an error while loading. Please reload this page.
1 parent afbb2f1 commit c2e0447Copy full SHA for c2e0447
1 file changed
datadog_checks_dev/datadog_checks/dev/docker.py
@@ -101,7 +101,6 @@ def assert_all_discovery_candidates_stable(
101
_assert_container_stable(initial_state, current_state, index)
102
103
current_stdout, current_stderr = _get_container_logs(current_container_id)
104
- current_logs = _get_container_logs(current_container_id)
105
previous_stdout = assert_no_new_log_patterns(previous_stdout, current_stdout, log_patterns, index)
106
previous_stderr = assert_no_new_log_patterns(previous_stderr, current_stderr, log_patterns, index)
107
0 commit comments