Skip to content

Commit

Permalink
Fix list_secret integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Nov 29, 2023
1 parent 7f34011 commit fcd42b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ async def test_list_secrets(event_loop):

secrets = await model.list_secrets(show_secrets=True)
assert secrets is not None
assert len(secrets.results) == 1
assert len(secrets) == 1

0 comments on commit fcd42b9

Please sign in to comment.