File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ complete -F _fastly_bash_autocomplete fastly
6060 Args : "--completion-bash" ,
6161 WantOutput : `help
6262auth
63+ apisecurity
6364compute
6465config
6566config-store
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ POST example.com /api/users SAVED 5.20 2026-03-10T12:00:00Z
8787
8888 listDiscoveredOperationsVerboseOutput = strings .TrimSpace (`
8989Fastly API endpoint: https://api.fastly.com
90- Fastly API token provided via config file (profile : user)
90+ Fastly API token provided via config file (auth : user)
9191
9292Service ID (via --service-id): test-service-id
9393
@@ -161,7 +161,7 @@ func TestListCommand(t *testing.T) {
161161 },
162162 },
163163 },
164- WantOutput : string (listResponseJSON ),
164+ WantOutput : string (testutil . GenJSON ( listResponse . Data ) ),
165165 },
166166 {
167167 Name : "validate invalid status" ,
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ func TestListCommand(t *testing.T) {
120120 },
121121 },
122122 },
123- WantOutput : string (listResponseJSON ),
123+ WantOutput : string (testutil . GenJSON ( listResponse . Data ) ),
124124 },
125125 {
126126 Name : "validate --verbose output" ,
You can’t perform that action at this time.
0 commit comments