Skip to content

Commit

Permalink
update makefile order
Browse files Browse the repository at this point in the history
  • Loading branch information
FoSix committed Aug 7, 2023
1 parent 706ff8d commit 82f140c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ check_line_length:
done < "$$FILE"; \
done

all: lint format security test_coverage documentation
all: format lint security test_coverage documentation
12 changes: 2 additions & 10 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,16 +289,8 @@ def _is_element_included_mock(*args, **kwargs):
(valid_check_types, ["all"], valid_check_types),
(
valid_check_types,
[
{"ha": None},
"content_version",
{"free_disk_space": { "image_version": "10.1.1" }}
],
[
{"ha": None},
"content_version",
{"free_disk_space": { "image_version": "10.1.1" }}
],
[{"ha": None}, "content_version", {"free_disk_space": {"image_version": "10.1.1"}}],
[{"ha": None}, "content_version", {"free_disk_space": {"image_version": "10.1.1"}}],
),
(
valid_check_types,
Expand Down

0 comments on commit 82f140c

Please sign in to comment.