summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/api_key_test.go
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-06-30 09:11:56 +0200
committerMartin Polden <mpolden@mpolden.no>2022-06-30 09:11:56 +0200
commit6aec45e781d9476b0288794bba543391b716d77b (patch)
tree117a2fa3d6467c5c815efb25ba34693b83b21b28 /client/go/cmd/api_key_test.go
parent63d415951811b71dc94dec840673160f76e1a0a0 (diff)
Remove deprecated commands
Diffstat (limited to 'client/go/cmd/api_key_test.go')
-rw-r--r--client/go/cmd/api_key_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/go/cmd/api_key_test.go b/client/go/cmd/api_key_test.go
index 3e3a7fa0a31..9c14033f85b 100644
--- a/client/go/cmd/api_key_test.go
+++ b/client/go/cmd/api_key_test.go
@@ -13,9 +13,6 @@ func TestAPIKey(t *testing.T) {
t.Run("auth api-key", func(t *testing.T) {
testAPIKey(t, []string{"auth", "api-key"})
})
- t.Run("api-key (deprecated)", func(t *testing.T) {
- testAPIKey(t, []string{"api-key"})
- })
}
func testAPIKey(t *testing.T, subcommand []string) {