Skip to content

Commit

Permalink
uncommented a line in one test in test_env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant1 committed Dec 18, 2024
1 parent 101b4f2 commit b1094ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsi/plugins/tests/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ def test_systemkernel_plugin_blob_is_big():
plug.add_rows()

blob = plug.output_collector["SystemKernel"]["kernel_info"][0]
#info_dict = loads(blob)
info_dict = loads(blob)

# dict should have more than 1000 (~7000) keys
assert len(blob.keys()) > 1000
assert len(info_dict.keys()) > 1000

def test_git_plugin_type():
root = get_git_root('.')
Expand Down

0 comments on commit b1094ae

Please sign in to comment.