Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Removing synthetic failure.
  • Loading branch information
andres-torres-marroquin authored Dec 10, 2024
1 parent 4af46cf commit 6815bcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion noxfiles/setup_tests_nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def pytest_ctl(session: Session, mark: str, coverage_arg: str) -> None:
"pytest",
coverage_arg,
"tests/ctl/",
"-x",
"-m",
mark,
)
Expand Down
1 change: 0 additions & 1 deletion tests/ctl/api/test_seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def parent_server_config_password_only():
class TestFilterDataCategories:
def test_filter_data_categories_excluded(self) -> None:
"""Test that the filter method works as intended"""
assert False # Intentional failure to test CI/CD
excluded_data_categories = [
"user.financial",
"user.payment",
Expand Down

0 comments on commit 6815bcc

Please sign in to comment.