test(dump__glob__ok): updates test expectations to match changes
This commit is contained in:
parent
181218ef6a
commit
1baff6b65d
1 changed files with 1 additions and 1 deletions
2
testdata/dump__glob__ok.ct
vendored
2
testdata/dump__glob__ok.ct
vendored
|
|
@ -5,4 +5,4 @@ $ pda dump --glob a*
|
||||||
{"key":"a1","value":"1","encoding":"text"}
|
{"key":"a1","value":"1","encoding":"text"}
|
||||||
{"key":"a2","value":"2","encoding":"text"}
|
{"key":"a2","value":"2","encoding":"text"}
|
||||||
$ pda dump --glob c* --> FAIL
|
$ pda dump --glob c* --> FAIL
|
||||||
Error: cannot dump '@default': No matches for pattern 'c*'
|
Error: No matches for pattern 'c*'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue