Skip to content

Commit

Permalink
fix unix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Nov 10, 2023
1 parent ad4675b commit 3a08548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metricbeat/module/system/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ def test_process_unix(self):
process.pop("cgroup", None)
process.pop("cmdline", None)
process.pop("fd", None)
process.pop("num_threads", None)

self.assertCountEqual(SYSTEM_PROCESS_FIELDS, process.keys())

Expand Down

0 comments on commit 3a08548

Please sign in to comment.