Doesnt hit the create article endpoint
h4ck3rk3y opened this issue · 3 comments
h4ck3rk3y commented
gin-boilerplate/tests/article_test.go
Lines 377 to 398 in 19bc753
Massad commented
h4ck3rk3y commented
Oh sorry I was a bit confused because of the name TestCreateArticleUnauthorized
. I was expecting a POST
request to the /v1/article
endpoint with an invalid token. This is a Get request though. TestGetArticleUnauthorized
might be a better name?