Skip to content

Commit fcd42b9

Browse files
committed
Fix list_secret integration test
1 parent 7f34011 commit fcd42b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ async def test_list_secrets(event_loop):
3636

3737
secrets = await model.list_secrets(show_secrets=True)
3838
assert secrets is not None
39-
assert len(secrets.results) == 1
39+
assert len(secrets) == 1

0 commit comments

Comments
 (0)