From 6eef398a20dc86b594e2c03fcbdac1ec8013de6f Mon Sep 17 00:00:00 2001 From: WellingtonLFaria Date: Wed, 4 Dec 2024 00:56:39 -0300 Subject: [PATCH] corr: Renomeando arquivo de exemplo de teste --- .../tests/integration/{test_examplo.py => test_exemplo.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/tupan/tests/integration/{test_examplo.py => test_exemplo.py} (90%) 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"