devops-customers-squad / customers

This repository contains the implementation of the customers RESTful Flask service to be used by the eCommerce site.
Apache License 2.0
0 stars 2 forks source link

Refactored list endpoints access args incorrectly #197

Closed ryanjcohen closed 2 years ago

ryanjcohen commented 2 years ago

Describe the problem Refactored list endpoints are still calling request.args.keys().

Expected behavior Instead, the list endpoints need to call .parse_args() on the appropriate request parser

ryanjcohen commented 2 years ago

IBM Cloud toolchain: Delivery Pipeline deployed customers to dev, including commit 6d948cbf2edbf7b6b1c80af5f54f2f7f85029881