Skip to content

Commit

Permalink
CMR-9848: Removed print.
Browse files Browse the repository at this point in the history
  • Loading branch information
siwei xu authored and siwei xu committed Sep 18, 2024
1 parent 5a4f989 commit a4dab32
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
_ (tags/create-tag token tag1)
_ (tags/create-tag token tag2)]
(testing "associate by query works before disable"
(let [response (tags/associate-by-query token tag1-key {:provider "PROV1"})
_ (println "response: " response)]
(let [response (tags/associate-by-query token tag1-key {:provider "PROV1"})]
(is (= 200 (:status response)))))

(testing "associate tag to collection works before disable"
Expand Down

0 comments on commit a4dab32

Please sign in to comment.