do not save edited users

This commit is contained in:
Viktor Scharf
2025-10-08 16:45:16 +02:00
committed by Ralf Haferkamp
parent 681ed49dc4
commit 0399398bc8
2 changed files with 5 additions and 6 deletions
@@ -74,7 +74,7 @@ Feature: edit user
And the user "Alice" has deleted a user "sam"
When the user "Alice" changes the user name of user "Brian" to "sam" using the Graph API
Then the HTTP status code should be "200"
And the user information of "sam" should match this JSON schema
And the user information of "Brian" should match this JSON schema
"""
{
"type": "object",