Skip to content

Commit

Permalink
renamed file
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Nennker <[email protected]>
  • Loading branch information
AxelNennker committed Aug 5, 2024
1 parent 8a18ed5 commit 9f8e39d
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ Feature: Camara Device Identifer API retrieve identifier
# * a mobile device with imei IMEISV2 and phone number PHONENUMBER2
# * a mobile device with DeviceIpv4Addr value IPV4ADDRESS

@NumberVerification_verify
Feature: Camara Number Verification API verify

# Input to be provided by the implementation to the tests
# References to OAS spec schemas refer to schemas specified in
# https://raw.githubusercontent.com/camaraproject/NumberVerification/main/code/API_definitions/number_verification.yaml
#
# Implementation indications:
# * api_root: API root of the server URL
#
# Testing assets:
# * a mobile device with SIM card with NUMBERVERIFY_VERIFY_MATCH_PHONENUMBER1
# * a mobile device with SIM card with NUMBERVERIFY_VERIFY_MATCH_PHONENUMBER2
# * a mobile device with SIM card with NUMBERVERIFY_VERIFY_MATCH_PHONENUMBER_HASHED1
# * a mobile device with SIM card with NUMBERVERIFY_VERIFY_MATCH_PHONENUMBER_HASHED2


Background: Common Device Identifier retrieve identifer setup
Given the resource "/retrieve-identifier/v0" as base url
And the header "Content-Type" is set to "application/json"
Expand Down

0 comments on commit 9f8e39d

Please sign in to comment.