Pulse/pkg/proxmox
rcourtman 32333cdbbe test: Add tests for authHTTPError.Error and shouldFallbackToForm
Tests for Proxmox client authentication error handling:
- authHTTPError.Error: message formatting based on status code
  (401/403 include status in message, others don't)
- shouldFallbackToForm: determines when to retry with form encoding
  (triggers on 400/415, not on auth errors or server errors)

16 test cases covering all code paths.
2025-12-01 13:39:50 +00:00
..
ceph.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
client.go chore: remove additional dead code 2025-11-27 05:13:26 +00:00
client_test.go test: Add tests for authHTTPError.Error and shouldFallbackToForm 2025-12-01 13:39:50 +00:00
cluster_client.go Fix cluster degraded status not recovering after transient failures 2025-11-29 19:04:11 +00:00
cluster_client_test.go Add unit tests for cluster_client utility functions 2025-12-01 00:24:21 +00:00
replication.go Add replication monitoring plumbing and UI 2025-10-22 16:10:15 +00:00
replication_test.go Add unit tests for Proxmox replication utility functions 2025-11-30 02:35:11 +00:00
zfs.go Fix false ZFS log/cache warnings 2025-10-14 20:57:43 +00:00
zfs_test.go Add unit tests for ZFS device conversion functions 2025-12-01 09:03:48 +00:00