Skip to content

Commit

Permalink
Suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden3c committed Sep 10, 2024
1 parent 6b565a3 commit abeeb63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api2/test_idmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ def test_create_and_delete_idmap_certificate():
idmap_id = call('idmap.create', payload)['id']

call('idmap.delete', idmap_id)
assert call('idmap.query', [['id', '=', idmap_id]]) == []

0 comments on commit abeeb63

Please sign in to comment.