mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
basic error handling test
This commit is contained in:
@@ -2,7 +2,9 @@ ExUnit.start()
|
||||
|
||||
defmodule PlantNetFixtures.Message do
|
||||
@message %{
|
||||
guild_id: 1_002_507_312_159_797_318
|
||||
channel_id: 1178600825380155412,
|
||||
guild_id: 1_002_507_312_159_797_318,
|
||||
attachments: [%{url: "http://invalid-url.com/image.jpg"}],
|
||||
}
|
||||
|
||||
def message(), do: @message
|
||||
|
||||
Reference in New Issue
Block a user