diff options
| author | Zeyla Hellyer <[email protected]> | 2018-02-05 16:41:05 -0800 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-02-05 16:41:05 -0800 |
| commit | ffc5ea1da38cb7d9c302fa8d5614253c1f361311 (patch) | |
| tree | f9539541ea6de67449f3fb67c706c4d0b90d7a6c /tests | |
| parent | Remove `CreateEmbed::video` call from reverted PR (diff) | |
| download | serenity-ffc5ea1da38cb7d9c302fa8d5614253c1f361311.tar.xz serenity-ffc5ea1da38cb7d9c302fa8d5614253c1f361311.zip | |
Fix RHS of test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_create_embed.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_create_embed.rs b/tests/test_create_embed.rs index 4420182..5bdce5f 100644 --- a/tests/test_create_embed.rs +++ b/tests/test_create_embed.rs @@ -82,9 +82,6 @@ fn test_from_embed() { "image": { "url": "https://i.imgur.com/XfWpfCV.gif", }, - "video": { - "url": "https://i.imgur.com/XfWpfCV.mp4", - }, "footer": { "text": "This is a hakase footer", "icon_url": "https://i.imgur.com/XfWpfCV.gif", |