diff options
Diffstat (limited to 'framework/src/test/resources/sample-test-schema.yaml')
-rw-r--r-- | framework/src/test/resources/sample-test-schema.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/test/resources/sample-test-schema.yaml b/framework/src/test/resources/sample-test-schema.yaml index a480147d..dbb5cbed 100644 --- a/framework/src/test/resources/sample-test-schema.yaml +++ b/framework/src/test/resources/sample-test-schema.yaml @@ -4,7 +4,7 @@ description: Onap sample command to test the command features service: name: sample version: v1 - no-auth: true + auth: none parameters: - name: bool-param type: bool |