Skip to content
Snippets Groups Projects
Commit 1339b39e authored by Cam Saül's avatar Cam Saül
Browse files

Test update

parent d0bd31dd
No related branches found
No related tags found
No related merge requests found
......@@ -680,7 +680,7 @@
;; Test that we *cannot* share a Card if the Card has been archived
(expect
"The object has been archived."
{:message "The object has been archived.", :error_code "archived"}
(tu/with-temporary-setting-values [enable-public-sharing true]
(tt/with-temp Card [card {:archived true}]
((user->client :crowberto) :post 404 (format "card/%d/public_link" (u/get-id card))))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment