Skip to content

Commit 4895190

Browse files
author
Victor Machado
committed
verbose test_credentials command
1 parent 27d7b3f commit 4895190

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: tests/test_credentials.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ def test_subcmd_credentials(self):
4444

4545
# Run the index command and check if sys.exit(0), which means no issues detected while executing the command
4646
with \
47-
patch('sys.argv', ['froster', 'credentials']), \
48-
patch('builtins.print') as mock_print:
47+
patch('sys.argv', ['froster', 'credentials']):
4948
self.assertFalse(main())
5049

5150

0 commit comments

Comments
 (0)