Rest API FATAL_ERROR System.QueryException: List has no rows for assignment to SObject In Test Class
답변 1개
Hello,Looks like in Test Class request parameter names are not as expected(in Rest Service Class), replace it with below and try: req.params.put('emailId', 'sschimpf@urbn.com');req.params.put('brand', 'Anthropologie'); Thanks