Skip to content

Commit

Permalink
fix tests by adding new collection
Browse files Browse the repository at this point in the history
  • Loading branch information
lcampbell2 committed Sep 6, 2023
1 parent 5663e52 commit 2ce727c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/src/collection-names.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ export const collectionNames = [
'web',
'webScan',
'webToWebScans',
'organizationSummaries',
]
1 change: 1 addition & 0 deletions services/summaries/tests/test_summaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
db = arango_client.db("test", username="", password="")
db.create_collection("scanSummaries")
db.create_collection("chartSummaries")
db.create_collection("organizationSummaries")
graph = db.create_graph("compliance")
domains = graph.create_vertex_collection("domains")
orgs = graph.create_vertex_collection("organizations")
Expand Down

0 comments on commit 2ce727c

Please sign in to comment.