Skip to content

Commit

Permalink
Apple: Tests: Fixed PowerAuth application creation in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Aug 2, 2023
1 parent 849fb5b commit 7801634
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
"applicationName"
],
"response": {
"class": "array",
"arrayClass": {
"class": "PATSApplication",
"properties": {
"applicationId": { "class" : "string" },
"applicationName": { "class" : "string" }
}
"class": "PATSApplication",
"properties": {
"applicationId": { "class" : "string" },
"applicationName": { "class" : "string" }
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
"applicationId"
],
"response": {
"class": "array",
"arrayClass": {
"class": "PATSApplication",
"properties": {
"applicationId": { "class" : "string" },
"applicationName": { "class" : "string", "key" : "applicationId" }
}
"class": "PATSApplication",
"properties": {
"applicationId": { "class" : "string" },
"applicationName": { "class" : "string", "key" : "applicationId" }
}
}
}
}

0 comments on commit 7801634

Please sign in to comment.