Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
idimov-keeper committed Sep 14, 2023
1 parent 9d93cdb commit 3ade3cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def test_get(self):
result = runner.invoke(cli, [
'secret', 'get', '-u', one.uid,
'--query', '[*].fields[*].type',
'--force-array', '--inflate',
'--force-array', '--deflate',
], catch_exceptions=True)
print(f'result.output: {result.output}') # TODO: remove after test
data = json.loads(result.output)
Expand Down

0 comments on commit 3ade3cd

Please sign in to comment.