diff --git a/tests/test_exception.py b/tests/test_exception.py index 841f1e0..bc34112 100644 --- a/tests/test_exception.py +++ b/tests/test_exception.py @@ -254,7 +254,7 @@ async def crash(): body = response.json() self.assertEqual(body["status"], "FAIL") self.assertEqual(body["error_code"], "ISE-500") - self.assertIn("wrong", body["message"]) + self.assertIn("Internal", body["message"]) self.assertIn("An unexpected error occurred", body["description"])