-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update error responses and test cases to comply with Commonalities 0.5.0 #391
base: main
Are you sure you want to change the base?
Conversation
@@ -275,19 +275,6 @@ Feature: CAMARA Quality On Demand API, v0.11.1 - Operation createSession | |||
|
|||
# Errors 403 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to keep the line if there is no test case in this section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added 403 "missing scope" errors for all feature files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ... for all the changes I have checked. Thanks @eric-murray for the effort!
What type of PR is this?
What this PR does / why we need it:
Commonalities 0.5.0-alpha.1 updates the error response codes associated with device handling.
This PR:
403 INVALID_TOKEN_CONTEXT
error from the OAS definitionsinfo.description
text on device object handling in each OAS definitiondate-time
examples are enclosed by quotation marksWhich issue(s) this PR fixes:
Fixes #390, #392, #389, #394
Special notes for reviewers:
None
Changelog input
Additional documentation
None