mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-06-27 22:03:58 +00:00
Refactor VerifyPaymentView to include checks for payment status and user authorization. Update logging level in settings.py to suppress certain logs during testing. Add comprehensive tests for device management in DeviceAPITestCase.
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m23s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m23s
This commit is contained in:
@ -330,7 +330,7 @@ logging.config.dictConfig(
|
||||
"propagate": False,
|
||||
},
|
||||
"django.request": {
|
||||
"level": "WARNING",
|
||||
"level": "ERROR", # Suppress 400/403/404 logs for test cases
|
||||
"handlers": ["request"],
|
||||
"propagate": False,
|
||||
},
|
||||
|
Reference in New Issue
Block a user