Pulse/pkg/proxmox
rcourtman ba31e4025d 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
client.go
client_test.go test: Add tests for authHTTPError.Error and shouldFallbackToForm 2025-12-01 13:39:50 +00:00
cluster_client.go
cluster_client_test.go
replication.go
replication_test.go
zfs.go
zfs_test.go