Skip to content

Commit

Permalink
Adição de título para bloco de código na resolução dos exercícios da …
Browse files Browse the repository at this point in the history
…aula 02
  • Loading branch information
dunossauro committed Sep 6, 2024
1 parent 6808c36 commit 04bb55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aulas/exercicios_resolvidos/aula_02.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read_root():

O teste que faz a validação do valor retornado pelo endpoint não precisa ser muito robusto. A ideia principal do exercício é somente validar se estamos retornando o "Olá Mundo" em formato de HTML:

```python
```python title="Implementação do teste"
from http import HTTPStatus

from fastapi.testclient import TestClient
Expand Down

0 comments on commit 04bb55b

Please sign in to comment.