Skip to content

Commit

Permalink
Lint fixes.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Oct 17, 2024
1 parent 5375381 commit a946918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_eda.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def test_eda_import(workdir, local_image_config):

# the data should have all the relevant bits
assert results["contents"] == [
{"content_type": "playbook", "description": None, "name": "hello.yml"},
{"content_type": "role", "description": "your role description", "name": "test_role"},
{
"content_type": "module",
Expand Down

0 comments on commit a946918

Please sign in to comment.