Files
Charon/backend/lint_iter_3.txt
GitHub Actions d7939bed70 feat: add ManualDNSChallenge component and related hooks for manual DNS challenge management
- Implemented `useManualChallenge`, `useChallengePoll`, and `useManualChallengeMutations` hooks for managing manual DNS challenges.
- Created tests for the `useManualChallenge` hooks to ensure correct fetching and mutation behavior.
- Added `ManualDNSChallenge` component for displaying challenge details and actions.
- Developed end-to-end tests for the Manual DNS Provider feature, covering provider selection, challenge UI, and accessibility compliance.
- Included error handling tests for verification failures and network errors.
2026-01-12 04:01:40 +00:00

9 lines
482 B
Plaintext

internal/api/handlers/access_list_handler.go:1: : # github.com/Wikid82/charon/backend/internal/api/handlers [github.com/Wikid82/charon/backend/internal/api/handlers.test]
internal/api/handlers/encryption_handler_test.go:468:10: syntax error: unexpected = at end of statement (typecheck)
package handlers
internal/api/handlers/encryption_handler_test.go:468:10: expected '==', found '=' (typecheck)
defer _ = os.Unsetenv("CHARON_ENCRYPTION_KEY")
^
2 issues:
* typecheck: 2