forked from UnBTV/UnB-TV-Admin
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Realizacao do merge da branch 3-url_pauta
US3 - Adição de campo de URL de vídeo no envio do e-mail da sugestão de pauta
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,8 @@ async def test_simple_send(): | |
"local": "Exemplo de Local", | ||
"responsavel": "Exemplo de Responsável", | ||
"telefone_responsavel": "Exemplo de Telefone", | ||
"email_contato": "[email protected]" | ||
"email_contato": "[email protected]", | ||
"url_video": "https://www.youtube.com/watch?v=yTpI3blS2eE", | ||
} | ||
|
||
|
||
|