Skip to content

Commit

Permalink
dissoc
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Nov 26, 2024
1 parent 2c827c3 commit 9e434b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ctia/http/routes/graphql/incident_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(def external-ref "http://external.com/ctia/incident/incident-ab053333-2ad2-41d0-a445-31e9b9c38caf")

(defn init-graph-data [app]
(let [base-incident (dissoc new-incident-maximal :id :scores :meta)
(let [base-incident (dissoc new-incident-maximal :id :scores :meta :detection_sources)
ap1 (gh/create-object
app
"incident"
Expand Down

0 comments on commit 9e434b1

Please sign in to comment.