Skip to content
Snippets Groups Projects

added mocked customer_id

Closed Mohammad Torkashvand requested to merge add-moked-custmer-id into develop
6 files
+ 32
11
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 7
0
def all_customers() -> list[dict]:
return [
{
"id": "8f0df561-ce9d-4d9c-89a8-7953d3ffc961",
"name": "Geant",
},
]
Loading