fix for jsnapy username and password prompt
Jsnapy prompt failing for password after giving username. Fix is to remove 'AND' clause with password and action field as None action is already handled and will cause 'AND' clause to fail otherwise.
Please check what is the impact of removing "action is None" condition .
This doesn't break any part of the code and tests also pass successfully. Are there any other specific checks to confirm this?
Please check what is the impact of removing "action is None" condition .
This doesn't break any part of the code and tests also pass successfully. Are there any other specific checks to confirm this?
Thanks , approved the changes , please merge .