delete bug from expected failures (#5578)

This commit is contained in:
Viktor Scharf
2023-02-15 10:58:15 +01:00
committed by GitHub
parent 9b5267247c
commit 46c9cdec70
2 changed files with 2 additions and 6 deletions
@@ -12,8 +12,8 @@ Feature: assign role
Examples:
| userRole | statusCode |
| Admin | 201 |
| Space Admin | 401 |
| User | 401 |
| Space Admin | 201 |
| User | 201 |
Scenario Outline: only admin user can see assignments list