fix: Further limit updating cards

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2024-01-12 08:43:37 +01:00
parent e75ff1c1a0
commit aa7430bde9
3 changed files with 8 additions and 7 deletions
+4 -4
View File
@@ -100,7 +100,7 @@ Feature: decks
# We currently still expect to be able to update the card as this is used to undo deletion
When set the description to "Update some text"
Then the response should have a status code 403
#When set the card attribute "deletedAt" to "0"
#Then the response should have a status code 200
#When set the description to "Update some text"
#Then the response should have a status code 200
When set the card attribute "deletedAt" to "0"
Then the response should have a status code 200
When set the description to "Update some text"
Then the response should have a status code 200