Skip to content

Commit de354f1

Browse files
committed
Add CI Debug
1 parent c7f8108 commit de354f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/ctl/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ def test_info_command_failure():
7070
def test_info_detail_command_success(httpx_mock: HTTPXMock):
7171
mock_common_responses(httpx_mock)
7272
result = runner.invoke(app, ["info", "--detail"])
73+
print(result.stdout)
7374
assert result.exit_code == 0
7475
for expected in [
7576
"Connection Status",
7677
"Version Information",
7778
"Client Info",
7879
"Infrahub Info",
7980
"Groups:",
80-
"Super Administrators",
8181
]:
8282
assert expected in result.stdout, f"'{expected}' not found in detailed info command output"
8383

0 commit comments

Comments
 (0)