Azure cloud method to get a url to the calculator

This commit is contained in:
graham-dds
2020-02-17 16:12:46 -05:00
parent e3397390d3
commit 237848c2c9
6 changed files with 47 additions and 3 deletions

View File

@@ -4,6 +4,9 @@ from unittest.mock import Mock
from atst.domain.csp.cloud import AzureCloudProvider
AZURE_CONFIG = {
"AZURE_CALC_CLIENT_ID": "MOCK",
"AZURE_CALC_SECRET": "MOCK", # pragma: allowlist secret
"AZURE_CALC_RESOURCE": "http://calc",
"AZURE_CLIENT_ID": "MOCK",
"AZURE_SECRET_KEY": "MOCK",
"AZURE_TENANT_ID": "MOCK",