Skip to content

Commit

Permalink
add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Jul 16, 2024
1 parent 22968c3 commit 1b98531
Show file tree
Hide file tree
Showing 5 changed files with 350 additions and 106 deletions.
1 change: 0 additions & 1 deletion superset/utils/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def get_channels_with_search(
search.lower()
for search in (search_string.split(",") if search_string else [])
]
print(channels)

channels = [
channel
Expand Down
16 changes: 0 additions & 16 deletions tests/unit_tests/notifications/__init__.py

This file was deleted.

89 changes: 0 additions & 89 deletions tests/unit_tests/notifications/slack_tests.py

This file was deleted.

Loading

0 comments on commit 1b98531

Please sign in to comment.