From a33d6c5298ad6aa0405dfbf84a6ed88b3450d44c Mon Sep 17 00:00:00 2001 From: ditsuke Date: Thu, 6 Apr 2023 12:14:55 +0530 Subject: [PATCH] fix: check error --- amizone/internal/mock/routes.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/amizone/internal/mock/routes.go b/amizone/internal/mock/routes.go index f8f2ed7..0892660 100644 --- a/amizone/internal/mock/routes.go +++ b/amizone/internal/mock/routes.go @@ -100,8 +100,7 @@ func GockRegisterCurrentCoursesPage() error { } func GockRegisterProfilePage() error { - GockRegisterAuthenticatedGet("/IDCard", IDCardPage) - return nil + return GockRegisterAuthenticatedGet("/IDCard", IDCardPage) } func GockRegisterSemWiseCoursesPage() error {