Zolo
Zolo
**Is your feature request related to a problem? Please describe.** When trying to go to my app like sonarr.....it redirect it to a port app.domain:4443/outpost..... And not the auth.domain:9000/outpost. **Describe...
Related to issue #37 To verify that the test_destroy() works we need to actually test something.
As I struggled to understand why the code did not work on either Windows and Linux but it worked fine on OSX, I finally figured it out, and it works...
## The Problem Missing a `test` to check if the code actually worked or not. https://github.com/zedshaw/liblcthw/blob/1249486dc6c4dfc6bade728423097351698f3f27/tests/list_tests.c#L18-L24 ## My Approach Learning from p. 149 "Question Authority". 😉 Using TDD (see attached...