ardanlabs / service

Starter-kit for writing services in Go using Kubernetes.

Home Page:https://www.ardanlabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update user and product handlers return 200 upon success.

adamwoolhether opened this issue · comments

I realize this is acceptable, but the unit tests for Update handlers are titled putProduct204 and putUser204, and validate for 200 response code.

Interesting. I will take a look at that!!

I fixed this. Thanks for the heads up.