Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jan 6, 2025
1 parent b947ca8 commit fa91c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testscript/testdata/token.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ stderr 'Access token created'
# list tokens
usoft token list
cp stdout tokens.txt
grep '1\s+test1.*-' tokens.txt
grep '2\s+test2.*1 year from now' tokens.txt
grep '3\s+test3.*expired' tokens.txt
grep '1.*test1.*-' tokens.txt
grep '2.*test2.*1 year from now' tokens.txt
grep '3.*est3.*expired' tokens.txt

# delete token
usoft token delete 1
Expand Down

0 comments on commit fa91c7a

Please sign in to comment.