chore(bruno): mises à jour test data dans la collection

- 00-Auth/02 Login : trailing whitespace
- 03-Clients/04 Create : test data variant (Martin2, siret/phone
  différents) pour éviter le conflit unique sur les exécutions
  successives
- 05-Invoices/04 Create : numéro F-2026-0047, dueDate au 2026-04-01
  (passée → déclenche l'envoi immédiat des RelanceTasks BullMQ pour
  tester le pipeline outbound)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ordinarthur 2026-05-08 12:47:49 +02:00
parent 06dcf38fee
commit 05cfa598b2
3 changed files with 15 additions and 10 deletions

View File

@ -16,6 +16,7 @@ body:json {
"password": "{{password}}" "password": "{{password}}"
} }
} }
script:post-response { script:post-response {

View File

@ -12,11 +12,11 @@ post {
body:json { body:json {
{ {
"name": "Boulangerie Martin SARL", "name": "Boulangerie2 Martin SARL",
"email": "compta@martin.fr", "email": "compta@martin2.fr",
"phone": "06 12 34 56 78", "phone": "06 12 34 56 72",
"siret": "12345678901234", "siret": "12345678901232",
"notes": "Bon payeur historique" "notes": "Bon payeur historique2"
} }
} }

View File

@ -14,12 +14,16 @@ body:json {
{ {
"clientId": "{{clientId}}", "clientId": "{{clientId}}",
"clientName": "Boulangerie Martin SARL", "clientName": "Boulangerie Martin SARL",
"numero": "F-2026-0042", "numero": "F-2026-0047",
"amountTtcCents": 124000, "amountTtcCents": 124000,
"issueDate": "2026-04-20T09:00:00.000Z", "issueDate": "2026-04-20T09:00:00.000Z",
"dueDate": "2026-05-20T09:00:00.000Z" "dueDate": "2026-04-01T09:00:00.000Z"
} }
} }
script:post-response { script:post-response {