Skip to content
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

Feature/hw 58111 java remove filters #90

Merged
merged 33 commits into from
Sep 14, 2020

Conversation

jkurra-hw
Copy link
Contributor

No description provided.

response = getService(url, true).getResource();
Request req = getService(url, true);
response = req.getResource();
//response = getService(url, true).getResource();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert the changes in this file.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted the changes

String url = paginate(this.url + "/users", options);
if (options != null) {
if (options.getClientUserId() != null) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The addParameter function already checks for null values. So just check whether the options is null or not and then call the addParameter without null checks.
This is a generic comment. Please change in all the places.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done for the whole file

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made changes for the whole file.

/*
Following test is not returning response. This is dissabled timebeing. To be rerun after enabling.
*/
@Test(enabled = false)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please enable all the tests.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enabled and tested the test case.

Copy link
Collaborator

@ramahalingam ramahalingam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage has to be increased for HyperwalletAuthenticationToken file.

@akalichety-hw akalichety-hw merged commit 98bc30f into V4 Sep 14, 2020
@peter-joseph peter-joseph deleted the feature/HW-58111-java-remove-filters branch September 15, 2020 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants