From cad46623ec55a903a4a68ff48f267a667cde4ddd Mon Sep 17 00:00:00 2001 From: H1rono <54711422+H1rono@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:31:12 +0900 Subject: [PATCH] Update integration_tests/handler/user_test.go Co-authored-by: Kira Kawai <66677201+ras0q@users.noreply.github.com> --- integration_tests/handler/user_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/integration_tests/handler/user_test.go b/integration_tests/handler/user_test.go index 42a0da47..9cc7c1fa 100644 --- a/integration_tests/handler/user_test.go +++ b/integration_tests/handler/user_test.go @@ -823,9 +823,7 @@ func TestGetUserEvents(t *testing.T) { "200": { http.StatusOK, mockdata.UserID1(), - []schema.Event{ - mockdata.HMockUserEvents[0], - }, + mockdata.HMockUserEvents[:1], }, "200 no events with existing userID": { http.StatusOK,