Skip to content

Commit

Permalink
lol 57
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster482 committed Nov 29, 2023
1 parent 1bd0979 commit 8f93020
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions internal/microservices/auth/delivery/http/handlers_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* package http
package http

/*
func TestHandler_SignUp(t *testing.T) {
userid := uuid.New()
Expand Down Expand Up @@ -289,13 +290,13 @@ func TestHandler_HealthCheck(t *testing.T) {
}
}
/* func TestHandler_LogOut(t *testing.T) {
func TestHandler_LogOut(t *testing.T) {
sessionCookie := "testCookie"
assert.Equal(t, tt.expectedCode, recorder.Result().StatusCode)
assert.Equal(t, tt.expectedBody, strings.TrimSpace(recorder.Body.String()))
} */
}
func TestHandler_LogOut(t *testing.T) {
sessionCookie := "testCookie"
Expand Down Expand Up @@ -430,4 +431,4 @@ func TestHandler_CheckLoginUnique(t *testing.T) {
})
}
}
*/
*/

0 comments on commit 8f93020

Please sign in to comment.