Skip to content

Commit

Permalink
doc: add TODOs for pending tests
Browse files Browse the repository at this point in the history
  • Loading branch information
allentiak committed Oct 21, 2024
1 parent 4041395 commit 548c644
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/rest-util/test/blaze/middleware/fhir/output_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,8 @@
[:headers "Content-Type"] := "text/plain"
[:body bs/from-byte-array] := #blaze/byte-string"3130353631340A")))

;; TODO: add a test case for a binary resource without data
;; TODO: add a test case for a binary resource without a body

(deftest not-acceptable-test
(is (nil? (call resource-handler-200 {:headers {"accept" "text/plain"}}))))

0 comments on commit 548c644

Please sign in to comment.