Skip to content

Commit c640654

Browse files
committed
ajuste duas linhas, ci
1 parent aabf695 commit c640654

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

backend/tests/test_carts_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ def perform_auth_and_get_token(client):
77
resp = client.post("/api/login", json={"username": "cartuser", "password": "senha"})
88
return resp.json()["access_token"]
99

10+
1011
@pytest.fixture()
1112
def auth_headers(client):
1213
token = perform_auth_and_get_token(client)

textos/feature.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
ListaCompras/
2+
├── .github/
3+
│ ├── workflows/
4+
│ └──ci.yml
25
├── backend/ ← API FastAPI (só JSON)
36
│ ├──__init__.py
47
│ ├── main.py

0 commit comments

Comments
 (0)