File tree Expand file tree Collapse file tree
SecurityService.IntegrationTests/ApiScopes Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1919Scenario : 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 |
You can’t perform that action at this time.
0 commit comments