Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 533bb8e

Browse files
committed
Fix expected exit codes.
Signed-off-by: Daniel Palmer <dan.palmer@anchore.com>
1 parent d5d5cc8 commit 533bb8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional/test_account.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
("disable", 2),
1212
("enable", 2),
1313
("get", 2),
14-
("list", 0),
14+
("list", 2),
1515
("user", 0),
16-
("whoami", 0),
16+
("whoami", 2),
1717
],
1818
)
1919
def test_unauthorized(sub_command, expected_code):

0 commit comments

Comments
 (0)