Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/API_definitions/predictive-connectivity-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.1.0
version: wip
x-camara-commonalities: 0.6
externalDocs:
description: Product documentation at CAMARA.
url: https://github.com/camaraproject/PredictiveConnectivityData
servers:
- url: "{apiRoot}/predictive-connectivity-data/v0.1"
- url: "{apiRoot}/predictive-connectivity-data/vwip"
variables:
apiRoot:
default: https://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/predictive-connectivity-data.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Predictive Connectivity Data API, v0.1.0
Feature: CAMARA Predictive Connectivity Data API, vwip
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -21,7 +21,7 @@ Feature: CAMARA Predictive Connectivity Data API, v0.1.0

Background: Common retrieveConnectivity setup
Given an environment at "apiRoot"
And the resource "/predictive-connectivity-data/v0.1/retrieve"
And the resource "/predictive-connectivity-data/vwip/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" complies with the schema at "#/components/schemas/XCorrelator"
Expand Down