-
Notifications
You must be signed in to change notification settings - Fork 23
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
changed response type of API to application/JSON #948
Conversation
This reverts commit 33e8518.
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## staging #948 +/- ##
========================================
Coverage 26.63% 26.63%
========================================
Files 76 76
Lines 7648 7648
========================================
Hits 2037 2037
Misses 5345 5345
Partials 266 266
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Manual system tests [failure] with the following config
|
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.
LGTM
@din-mukhammed please fix the system test errors, search |
@pgrudra @peterlimg please pay attention that appropriate issue is attached to the PR |
All failed cases in system tests are known cases that are not related to the changes, I'll mark it as pass. |
Manual system tests [success] with the following config
|
PR for issue: #883
Removed use of inbuilt function http.Error()
Screenshot of response after merging PR attached.