update test

This commit is contained in:
2025-10-08 14:05:03 +03:30
parent f1a209a166
commit 854b6bb62f

View File

@@ -18,7 +18,7 @@ class NotificationViewSet(SoftDeleteMixin, POSDeviceMixin, DynamicSearchMixin, v
permission_classes = [AllowAny]
def list(self, request, *args, **kwargs):
""" show all notification of device """
""" show all notifications of device """
organization = self.get_device_organization()
device = self.get_pos_device()