-
-
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.
Revert "[Tags] update year tag pattern (#11354)"
This reverts commit 0c3998f.
- Loading branch information
Showing
19 changed files
with
117 additions
and
132 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 |
---|---|---|
|
@@ -48,7 +48,7 @@ Feature: | |
"created_at": "@[email protected]()", | ||
"updated_at": "@[email protected]()", | ||
"name": "Second Comité des 3 communes", | ||
"members_count": 3, | ||
"members_count": 2, | ||
"members_em_count": 0, | ||
"sympathizers_count": 0 | ||
} | ||
|
@@ -61,7 +61,7 @@ Feature: | |
And the JSON should be equal to: | ||
""" | ||
{ | ||
"members_count": 3, | ||
"members_count": 2, | ||
"members_em_count": 0, | ||
"sympathizers_count": 0, | ||
"description": "Un petit comité avec seulement 3 communes", | ||
|
@@ -115,7 +115,7 @@ Feature: | |
And the JSON should be equal to: | ||
""" | ||
{ | ||
"members_count": 3, | ||
"members_count": 2, | ||
"members_em_count": 0, | ||
"sympathizers_count": 0, | ||
"description": "Un petit comité avec seulement 3 communes", | ||
|
@@ -172,7 +172,7 @@ Feature: | |
And the JSON should be equal to: | ||
""" | ||
{ | ||
"members_count": 3, | ||
"members_count": 2, | ||
"members_em_count": 0, | ||
"sympathizers_count": 0, | ||
"description": "my desc", | ||
|
@@ -228,7 +228,7 @@ Feature: | |
And the JSON should be equal to: | ||
""" | ||
{ | ||
"members_count": 3, | ||
"members_count": 2, | ||
"members_em_count": 0, | ||
"sympathizers_count": 0, | ||
"description": "my desc", | ||
|
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 |
---|---|---|
|
@@ -2172,7 +2172,7 @@ Feature: | |
| gisele-berthoux@caramail.com | delegated_b24fea43-ecd8-4bf4-b500-6f97886ab77c | DELETE | /0e5f9f02-fa33-4c2c-a700-4235d752315b/image | | ||
|
||
Scenario: As connected user I can subscribe to an event | ||
Given I am logged with "[email protected]" via OAuth client "JeMengage Mobile" with scope "jemarche_app" | ||
Given I am logged with "[email protected]" via OAuth client "JeMengage Mobile" with scope "jemarche_app" | ||
When I send a "POST" request to "/api/v3/events/2b7238f9-10ca-4a39-b8a4-ad7f438aa95f/subscribe" | ||
Then the response status code should be 400 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1362,7 +1362,7 @@ Feature: | |
"name": "Comité des 3 communes" | ||
}, | ||
{ | ||
"members_count": 3, | ||
"members_count": 2, | ||
"sympathizers_count": 0, | ||
"members_em_count": 0, | ||
"description": "Un petit comité avec seulement 3 communes", | ||
|
@@ -1655,7 +1655,7 @@ Feature: | |
""" | ||
|
||
Scenario: As a logged-in user I can unregister | ||
Given I am logged with "[email protected]" via OAuth client "JeMengage Mobile" | ||
Given I am logged with "[email protected]" via OAuth client "JeMengage Mobile" | ||
When I send a "POST" request to "/api/v3/profile/unregister" with body: | ||
""" | ||
{ | ||
|
@@ -1728,7 +1728,7 @@ Feature: | |
"type": "committee", | ||
"uuid": "@uuid@", | ||
"name": "Second Comité des 3 communes", | ||
"members_count": 3, | ||
"members_count": 2, | ||
"assembly_committees_count": 2, | ||
"can_change_committee": true, | ||
"message": null | ||
|
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
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.