-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return 'service fetch config' api data with original text case #5096
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5096 +/- ##
=======================================
Coverage 96.73% 96.73%
=======================================
Files 774 775 +1
Lines 26657 26662 +5
Branches 3468 3468
=======================================
+ Hits 25787 25792 +5
Misses 608 608
Partials 262 262 ☔ View full report in Codecov by Sentry. |
@@ -466,6 +466,151 @@ def assertState(): | |||
|
|||
await assertState() | |||
|
|||
@skip_on_webtest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed?I have no experience with this decorator tbh.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah the enter_json_in_editor
helper function apparently doesn't work correctly for webkit browsers in playwright. I haven't tested it personally, but after reading the comments in enter_json_in_editor
, it seems best to just skip webkit for this test
1f54066
to
049583f
Compare
When using an existing service fetch config, that uses snake_case for the `query_params` or `body`, the `query_params` and `body` are turned to camelCase
Make sure that `body` and `query_params` on service fetch configuration keep their original case type
049583f
to
de6393a
Compare
Closes #5089
Changes
Make sure that the GET request to the
api/v2/service-fetch-configurations
call returnsquery_params
andbody
data using the correct text case typeChecklist
Check off the items that are completed or not relevant.
Impact on features
Release management
I have updated the translations assets (you do NOT need to provide translations)
./bin/makemessages_js.sh
./bin/compilemessages_js.sh
Dockerfile/scripts
./bin
folderCommit hygiene