-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
861 additions
and
852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ Feature: | |
"created_at": "@[email protected]()", | ||
"sent_at": null, | ||
"author": { | ||
"uuid": "29461c49-2646-4d89-9c82-50b3f9b586f4", | ||
"uuid": "@uuid@", | ||
"first_name": "Referent", | ||
"last_name": "Referent" | ||
}, | ||
|
@@ -115,7 +115,7 @@ Feature: | |
"created_at": "@[email protected]()", | ||
"sent_at": "@[email protected]()", | ||
"author": { | ||
"uuid": "29461c49-2646-4d89-9c82-50b3f9b586f4", | ||
"uuid": "@uuid@", | ||
"first_name": "Referent", | ||
"last_name": "Referent" | ||
}, | ||
|
@@ -245,7 +245,7 @@ Feature: | |
And the JSON should be equal to: | ||
""" | ||
{ | ||
"uuid": "969b1f08-53ec-4a7d-8d6e-7654a001b13f", | ||
"uuid": "@uuid@", | ||
"label": "Mon nouveau titre", | ||
"subject": "Mon nouveau objet du mail", | ||
"status": "draft", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ Feature: | |
And the JSON should be equal to: | ||
""" | ||
{ | ||
"uuid": "2f69db3c-ecd7-4a8a-bd23-bb4c9cfd70cf", | ||
"uuid": "@uuid@", | ||
"email_address": "[email protected]", | ||
"first_name": "Referent75and77", | ||
"last_name": "Referent75and77", | ||
|
@@ -69,7 +69,7 @@ Feature: | |
And the JSON should be equal to: | ||
""" | ||
{ | ||
"uuid":"a046adbe-9c7b-56a9-a676-6151a6785dda", | ||
"uuid": "@uuid@", | ||
"country":"FR", | ||
"postal_code":"75008", | ||
"email_address":"[email protected]", | ||
|
@@ -756,7 +756,7 @@ Feature: | |
""" | ||
When I send a "POST" request to "/api/v3/adherents/count?scope=referent" with body: | ||
""" | ||
["e3efe6fd-906e-11eb-a875-0242ac150002"] | ||
["944062a9-872a-11eb-9419-42010a840019"] | ||
""" | ||
Then the response status code should be 200 | ||
And the JSON should be equal to: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.