7 lines
154 B
Python
7 lines
154 B
Python
from discord_embed.webhook import send_webhook
|
|
|
|
|
|
def test_send_webhook() -> None:
|
|
"""Test send_webhook() works."""
|
|
send_webhook("Running Pytest")
|