Rest API FATAL_ERROR System.QueryException: List has no rows for assignment to SObject In Test Class
1 Antwort
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