Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdHeijden committed Oct 3, 2024
1 parent e576570 commit 0434ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notify/tests/test_teams.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ def test_teams_with_extra():
) # adds the dataframe to the message as a table


def test_teams_to_large_basic_message():
def test_teams_size_basic_message():
"""
versturen van een simpel teams bericht
versturen van een te groot bericht
"""
teams = NotifyTeams(webhook=os.environ.get("teams_webhook"))
with pytest.raises(ValueError):
Expand Down

0 comments on commit 0434ee4

Please sign in to comment.