-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Labels
Description
JIRA: OCISDEV-689
for some reason test fails when deleting user. find why it fails and fix it
Examples:
| space-name | file-content | state | remaining | used | quota |
| Quota1% | 1 | normal | 99 | 1 | 100 |
│
╳ Failed to delete user 'Alice'
╳ Failed asserting that 500 matches expected 204.
│
└─ @AfterScenario # FeatureContext::afterScenario()
| Quota75% | 123456789 123456789 123456789 123456789 123456789 123456789 123456789 12345 | normal | 25 | 75 | 100 |
Failed step: Given user "Alice" has been created with default attributes
Provisioning::userHasBeenCreated cannot create user 'Alice' using Graph API.
Response:{"error":{"code":"nameAlreadyExists","innererror":{"date":"2026-02-12T00:37:16Z","request-id":"apiSpaces\/quota.feature:69-14"},"message":"a user with that name already exists"}}
Failed asserting that 409 matches expected 201.
Reactions are currently unavailable