chore(testdata): updates test expectations to match new error messaging
This commit is contained in:
parent
06e09df829
commit
def2941128
10 changed files with 22 additions and 173 deletions
104
testdata/get__missing__err__with__any.ct
vendored
104
testdata/get__missing__err__with__any.ct
vendored
|
|
@ -5,100 +5,10 @@ $ pda get foobar --include-binary --run --secret --> FAIL
|
|||
$ pda get foobar --run --> FAIL
|
||||
$ pda get foobar --run --secret --> FAIL
|
||||
$ pda get foobar --secret --> FAIL
|
||||
Error: Key not found
|
||||
Usage:
|
||||
pda get KEY[@DB] [flags]
|
||||
|
||||
Aliases:
|
||||
get, g
|
||||
|
||||
Flags:
|
||||
-h, --help help for get
|
||||
-b, --include-binary include binary data in text output
|
||||
--no-template directly output template syntax
|
||||
-c, --run execute the result as a shell command
|
||||
--secret display values marked as secret
|
||||
|
||||
Error: Key not found
|
||||
Usage:
|
||||
pda get KEY[@DB] [flags]
|
||||
|
||||
Aliases:
|
||||
get, g
|
||||
|
||||
Flags:
|
||||
-h, --help help for get
|
||||
-b, --include-binary include binary data in text output
|
||||
--no-template directly output template syntax
|
||||
-c, --run execute the result as a shell command
|
||||
--secret display values marked as secret
|
||||
|
||||
Error: Key not found
|
||||
Usage:
|
||||
pda get KEY[@DB] [flags]
|
||||
|
||||
Aliases:
|
||||
get, g
|
||||
|
||||
Flags:
|
||||
-h, --help help for get
|
||||
-b, --include-binary include binary data in text output
|
||||
--no-template directly output template syntax
|
||||
-c, --run execute the result as a shell command
|
||||
--secret display values marked as secret
|
||||
|
||||
Error: Key not found
|
||||
Usage:
|
||||
pda get KEY[@DB] [flags]
|
||||
|
||||
Aliases:
|
||||
get, g
|
||||
|
||||
Flags:
|
||||
-h, --help help for get
|
||||
-b, --include-binary include binary data in text output
|
||||
--no-template directly output template syntax
|
||||
-c, --run execute the result as a shell command
|
||||
--secret display values marked as secret
|
||||
|
||||
Error: Key not found
|
||||
Usage:
|
||||
pda get KEY[@DB] [flags]
|
||||
|
||||
Aliases:
|
||||
get, g
|
||||
|
||||
Flags:
|
||||
-h, --help help for get
|
||||
-b, --include-binary include binary data in text output
|
||||
--no-template directly output template syntax
|
||||
-c, --run execute the result as a shell command
|
||||
--secret display values marked as secret
|
||||
|
||||
Error: Key not found
|
||||
Usage:
|
||||
pda get KEY[@DB] [flags]
|
||||
|
||||
Aliases:
|
||||
get, g
|
||||
|
||||
Flags:
|
||||
-h, --help help for get
|
||||
-b, --include-binary include binary data in text output
|
||||
--no-template directly output template syntax
|
||||
-c, --run execute the result as a shell command
|
||||
--secret display values marked as secret
|
||||
|
||||
Error: Key not found
|
||||
Usage:
|
||||
pda get KEY[@DB] [flags]
|
||||
|
||||
Aliases:
|
||||
get, g
|
||||
|
||||
Flags:
|
||||
-h, --help help for get
|
||||
-b, --include-binary include binary data in text output
|
||||
--no-template directly output template syntax
|
||||
-c, --run execute the result as a shell command
|
||||
--secret display values marked as secret
|
||||
Error: cannot get 'foobar': Key not found
|
||||
Error: cannot get 'foobar': Key not found
|
||||
Error: cannot get 'foobar': Key not found
|
||||
Error: cannot get 'foobar': Key not found
|
||||
Error: cannot get 'foobar': Key not found
|
||||
Error: cannot get 'foobar': Key not found
|
||||
Error: cannot get 'foobar': Key not found
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue