diff --git a/src/tupan/tests/integration/test_examplo.py b/src/tupan/tests/integration/test_exemplo.py similarity index 90% rename from src/tupan/tests/integration/test_examplo.py rename to src/tupan/tests/integration/test_exemplo.py index 68a14cf..b2c8b96 100644 --- a/src/tupan/tests/integration/test_examplo.py +++ b/src/tupan/tests/integration/test_exemplo.py @@ -5,7 +5,7 @@ @pytest.mark.django_db def test_create_user(): client = APIClient() - url = reverse('usuarios') + url = "http://localhost:8000/usuarios/" data = { "email": "test@example.com", "password": "password123"