diff --git a/tests/foreman/virtwho/cli/test_esx_sca.py b/tests/foreman/virtwho/cli/test_esx_sca.py index 5a9619931c4..ba4e5b9238d 100644 --- a/tests/foreman/virtwho/cli/test_esx_sca.py +++ b/tests/foreman/virtwho/cli/test_esx_sca.py @@ -9,6 +9,7 @@ :Team: Phoenix """ + import json from pathlib import Path import re @@ -682,4 +683,3 @@ def test_positive_post_hypervisors_with_fake_different_org_simultaneous( for item in task: assert "Job blocked by the following existing jobs" not in item['task-errors'] assert "success" in item['result'] -