[gw7] darwin -- Python 3.12.12 /Users/cao/.pyenv/versions/3.12.12/bin/python3.12
tests/test_webapi.py:78: in test_pm2check_success
    self.assertEqual(response.status_code, 200)
E   AssertionError: 500 != 200
        mock_check_pm2_status = <MagicMock name='check_pm2_status' id='5036670272'>
        response   = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>
        self       = <tests.test_webapi.TestSMSProcessing testMethod=test_pm2check_success>
