Skip to content

Commit a31a9c5

Browse files
authored
feat(admin): malware insights (#19314)
1 parent 83e2989 commit a31a9c5

File tree

12 files changed

+2750
-107
lines changed

12 files changed

+2750
-107
lines changed

tests/unit/admin/test_routes.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,11 @@ def test_includeme():
416416
"/admin/observers/{observer_id}/",
417417
domain=warehouse,
418418
),
419+
pretend.call(
420+
"admin.observations.insights",
421+
"/admin/observations/insights/",
422+
domain=warehouse,
423+
),
419424
pretend.call(
420425
"admin.observations.list",
421426
"/admin/observations/",

0 commit comments

Comments
 (0)