- 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.
9 lines
482 B
Plaintext
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
|