diff --git a/tests/teste_unitario.py b/tests/teste_unitario.py index dc21abe..c3e7e3d 100644 --- a/tests/teste_unitario.py +++ b/tests/teste_unitario.py @@ -1,6 +1,6 @@ import pytest from io import BytesIO -from app import app.py +from app import app @pytest.fixture def client():