Skip to content

Commit

Permalink
Remove test for remove attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Feb 14, 2025
1 parent 3440dbd commit 6abfaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/contexts/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_global_context_attributes_not_none(attribute: str) -> None:
assert getattr(ctx, attribute) is not None


@pytest.mark.parametrize("attribute", ["local_file_migrator", "local_code_linter"])
@pytest.mark.parametrize("attribute", ["local_code_linter"])
def test_local_context_attributes_not_none(attribute: str) -> None:
"""Attributes should be not None"""
# Goal is to improve test coverage
Expand Down

0 comments on commit 6abfaec

Please sign in to comment.