Skip to content

Commit 1a1f711

Browse files
:|
1 parent 9dff6ad commit 1a1f711

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SecurityService.IntegrationTests/ApiScopes/ApiScope.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Scenario: Get Api Scope
1313
| testscope2 | Test Scope2 | A scope for testing 2 |
1414
When I get the api scope with name 'testscope1' the api scope details are returned as follows
1515
| Name | DisplayName | Description |
16-
| testscope1 | Test Scope1 | A resource for testing 1 |
16+
| testscope1 | Test Scope1 | A scope for testing 1 |
1717

1818
@PRTest
1919
Scenario: Get Api Scopes
@@ -23,5 +23,5 @@ Given I create the following api scopes
2323
| testscope2 | Test Scope2 | A scope for testing 2 |
2424
When I get the api scopes 2 api scope details are returned as follows
2525
| Name | DisplayName | Description |
26-
| testscope1 | Test Scope1 | A resource for testing 1 |
27-
| testscope2 | Test Scope2 | A resource for testing 2 |
26+
| testscope1 | Test Scope1 | A scope for testing 1 |
27+
| testscope2 | Test Scope2 | A scope for testing 2 |

0 commit comments

Comments
 (0)