Skip to content

Commit

Permalink
Update versions in test plan
Browse files Browse the repository at this point in the history
  • Loading branch information
jlurien committed Aug 28, 2024
1 parent d519fa4 commit 3392a47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/Test_definitions/Location-Retrieval.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Device location retrieval API, v0.3-rc.1 - Operation retrieveLocation
Feature: CAMARA Device location retrieval API, v0.3 - Operation retrieveLocation
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -12,7 +12,7 @@ Feature: CAMARA Device location retrieval API, v0.3-rc.1 - Operation retrieveLo
# References to OAS spec schemas refer to schemas specifies in location-retrieval.yaml, version 0.2.0

Background: Common retrieveLocation setup
Given the resource "/location-retrieval/v0.3rc1/retrieve" |
Given the resource "/location-retrieval/v0.3/retrieve" |
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" is set to a UUID value
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/location-verification.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Device location verification API, v1.0-rc1 - Operation verifyLocation
Feature: CAMARA Device location verification API, v1.0 - Operation verifyLocation
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -12,7 +12,7 @@ Feature: CAMARA Device location verification API, v1.0-rc1 - Operation verifyLoc
# References to OAS spec schemas refer to schemas specifies in location-verification.yaml, version 0.2.0

Background: Common verifyLocation setup
Given the resource "/location-verification/v1rc1/verify" |
Given the resource "/location-verification/v1/verify" |

And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
Expand Down

0 comments on commit 3392a47

Please sign in to comment.