Skip to content

Commit

Permalink
Fix integration tests (Azure#13753)
Browse files Browse the repository at this point in the history
* Fix integration tests

* Fix integration tests, concat URL
  • Loading branch information
Zoltan Varga authored Feb 18, 2021
1 parent f0cd2d4 commit 5ff1bfb
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions sdk/digitaltwins/digital-twins-core/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,9 @@
}
],
"outputs": {
"AZURE_TENANT_ID": {
"type": "string",
"value": "[parameters('tenantId')]"
},
"AZURE_CLIENT_ID": {
"type": "string",
"value": "[parameters('testApplicationId')]"
},
"AZURE_CLIENT_SECRET": {
"type": "string",
"value": "[parameters('testApplicationSecret')]"
},
"AZURE_DIGITALTWINS_URL": {
"type": "string",
"value": "[reference(variables('azureDigitalTwins')).hostName]"
"value": "[concat('https://', reference(variables('azureDigitalTwins')).hostName)]"
}
}
}

0 comments on commit 5ff1bfb

Please sign in to comment.