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
2 changes: 1 addition & 1 deletion code/Test_definitions/dedicated-network-accesses.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feature: CAMARA Dedicated Network API, wip - Network Accesses API Operations
Background: Common accesses setup
Given an environment at "apiRoot"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" is set to a string value
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"

# Success scenarios for GET /accesses

Expand Down
2 changes: 1 addition & 1 deletion code/Test_definitions/dedicated-network-profiles.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feature: CAMARA Dedicated Network API, wip - Network Profiles API Operations
Background: Common profiles setup
Given an environment at "apiRoot"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" is set to a string value
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"

# Success scenarios for GET /profiles

Expand Down
2 changes: 1 addition & 1 deletion code/Test_definitions/dedicated-network.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feature: CAMARA Dedicated Network API, wip - Networks API Operations
Background: Common networks setup
Given an environment at "apiRoot"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" is set to a string value
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"

# Success scenarios for GET /networks

Expand Down