Currently the testing of the AlreadyCreated field is not fully testing the logic that it should. I believe that either the client exposes the HTTP status codes for 2xx responses or we move from using the client in the test and instead write an http.Get to retrieve the status codes.
Currently the testing of the
AlreadyCreated
field is not fully testing the logic that it should. I believe that either the client exposes the HTTP status codes for2xx
responses or we move from using the client in the test and instead write anhttp.Get
to retrieve the status codes.