diff --git a/occupi-backend/tests/handlers_test.go b/occupi-backend/tests/handlers_test.go index 110194a9..ffd3ec17 100644 --- a/occupi-backend/tests/handlers_test.go +++ b/occupi-backend/tests/handlers_test.go @@ -452,7 +452,7 @@ func TestCheckIn(t *testing.T) { name: "Valid Request", payload: `{ "bookingId": "mock_id", - "creator": "test@example.com" + "creator": "test2@example.com" }`, expectedStatusCode: http.StatusOK, expectedMessage: "Successfully checked in!",