Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 16, 2024
1 parent 6e3c7ad commit 539b0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/virtwho/cli/test_esx_sca.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:Team: Phoenix
"""

import json
from pathlib import Path
import re
Expand Down Expand Up @@ -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']

0 comments on commit 539b0d0

Please sign in to comment.