bxcodec / go-clean-arch

Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
MIT License
9.03k stars 1.19k forks source link

Add correct url path name in article http mock testing #74

Closed harmannkibue closed 1 year ago

harmannkibue commented 1 year ago

Change the path used in article http mock test from /article to /articles.This make it easy to follow and understand test codebase.