Skip to content

Commit

Permalink
fix(affiliation-rnsr): update tests.hurl
Browse files Browse the repository at this point in the history
  • Loading branch information
leogail committed Aug 7, 2024
1 parent 28ffc59 commit fafb629
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions services/affiliation-rnsr/tests.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ content-type: application/json
HTTP 200
[{
"id": 1,
"value": [
"198822446E"
]
},
{
"id": 2,
"value": [
"200711918D",
"201220250N"
]
"value": {
"rnsr": [
"198822446E"
]
}
},
{
"id": 2,
"value": {
"rnsr": [
"200711918D",
"201220250N"
]
}]

POST {{host}}/v2/affiliation/rnsr?indent=true
Expand Down

0 comments on commit fafb629

Please sign in to comment.