Skip to content

Commit

Permalink
feat: also test archive status
Browse files Browse the repository at this point in the history
  • Loading branch information
Macroz committed Apr 11, 2024
1 parent 953828b commit 86842cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/clj/rems/api/test_catalogue_items.clj
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@
read-ok-body)]
(testing "the new item"
(is (:enabled new-catalogue-item))
(is (not (:archived new-catalogue-item)))
(is (= new-form-id (:formid new-catalogue-item)) "has the new changed form id")
(is (= "new form" (:form-name new-catalogue-item)) "has the new changed form name")
(is (= new-workflow-id (:wfid new-catalogue-item)) "has the new changed workflow id")
Expand Down

0 comments on commit 86842cf

Please sign in to comment.