From abeeb63de41b29f5e6f089b7ad05a0d3262d7e23 Mon Sep 17 00:00:00 2001 From: Aiden Baker Date: Tue, 10 Sep 2024 08:07:45 -0400 Subject: [PATCH] Suggested changes --- tests/api2/test_idmap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/api2/test_idmap.py b/tests/api2/test_idmap.py index d0e5792bf690..df9725d610ab 100644 --- a/tests/api2/test_idmap.py +++ b/tests/api2/test_idmap.py @@ -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]]) == []