Skip to content

Commit

Permalink
corr: Renomeando arquivo de exemplo de teste
Browse files Browse the repository at this point in the history
  • Loading branch information
WellingtonLFaria committed Dec 4, 2024
1 parent cb9e41a commit 6eef398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6eef398

Please sign in to comment.