mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-14 11:20:44 +09:00
integration: port the new CLI command tests to the HTTP client
#3326 added per-resource CLI coverage decoding into the proto types; convert the transport to the apiv1/ogen types, keeping every command and assertion. Drop the now-duplicate health and node-routes tests #3326 covers more fully.
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
// TestAuthCommandValidation exercises the validation permutations of the auth
|
||||
// subcommands over the gRPC transport: `register` against a non-existent user
|
||||
// subcommands over the HTTP transport: `register` against a non-existent user
|
||||
// and a malformed auth-id, and `approve`/`reject` against malformed and unknown
|
||||
// auth-ids.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user