Fix wrong word in generated test (#2839)
* fix wrong word * fix wrong word * changelog
This commit is contained in:
Родитель
fb3b9157c1
Коммит
442de28992
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
changeKind: fix
|
||||
packages:
|
||||
- "@azure-tools/typespec-python"
|
||||
---
|
||||
|
||||
Fix wrong word in generated test
|
|
@ -7,7 +7,7 @@ from devtools_testutils import test_proxy, add_general_regex_sanitizer, add_body
|
|||
|
||||
load_dotenv()
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
{% for test_name in test_names %}
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
apikey_subscription_id = os.environ.get("APIKEY_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
custom_subscription_id = os.environ.get("CUSTOM_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
oauth2_subscription_id = os.environ.get("OAUTH2_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
union_subscription_id = os.environ.get("UNION_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
access_subscription_id = os.environ.get("ACCESS_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
flattenproperty_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
usage_subscription_id = os.environ.get("USAGE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
basic_subscription_id = os.environ.get("BASIC_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
standard_subscription_id = os.environ.get("STANDARD_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
model_subscription_id = os.environ.get("MODEL_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
page_subscription_id = os.environ.get("PAGE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
scalar_subscription_id = os.environ.get("SCALAR_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
traits_subscription_id = os.environ.get("TRAITS_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
azureexample_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
managedidentity_subscription_id = os.environ.get("AZURE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
resources_subscription_id = os.environ.get("AZURE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
xmsrequestid_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
rpc_subscription_id = os.environ.get("RPC_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
naming_subscription_id = os.environ.get("NAMING_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
service_subscription_id = os.environ.get("SERVICE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
a_subscription_id = os.environ.get("A_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
renamedoperation_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
twooperationgroup_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
bytes_subscription_id = os.environ.get("BYTES_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
datetime_subscription_id = os.environ.get("DATETIME_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
duration_subscription_id = os.environ.get("DURATION_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
numeric_subscription_id = os.environ.get("NUMERIC_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
visibility_subscription_id = os.environ.get("VISIBILITY_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
visibility_subscription_id = os.environ.get("VISIBILITY_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
basic_subscription_id = os.environ.get("BASIC_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
bodyoptionality_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
collectionformat_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
spread_subscription_id = os.environ.get("SPREAD_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
contentnegotiation_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
jsonmergepatch_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
mediatype_subscription_id = os.environ.get("MEDIATYPE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
multipart_subscription_id = os.environ.get("MULTIPART_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
pageable_subscription_id = os.environ.get("PAGEABLE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
xml_subscription_id = os.environ.get("XML_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
resiliencyservicedriven_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
resiliencyservicedriven_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
routes_subscription_id = os.environ.get("ROUTES_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
json_subscription_id = os.environ.get("JSON_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
notdefined_subscription_id = os.environ.get("NOTDEFINED_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
multiple_subscription_id = os.environ.get("MULTIPLE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
single_subscription_id = os.environ.get("SINGLE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
notversioned_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
versioned_subscription_id = os.environ.get("VERSIONED_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
conditionalrequest_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
repeatability_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
specialwords_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
array_subscription_id = os.environ.get("ARRAY_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
dictionary_subscription_id = os.environ.get("DICTIONARY_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
extensible_subscription_id = os.environ.get("EXTENSIBLE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
fixed_subscription_id = os.environ.get("FIXED_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
empty_subscription_id = os.environ.get("EMPTY_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
enumdiscriminator_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
nesteddiscriminator_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
notdiscriminated_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
recursive_subscription_id = os.environ.get("RECURSIVE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
singlediscriminator_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
usage_subscription_id = os.environ.get("USAGE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
visibility_subscription_id = os.environ.get("VISIBILITY_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
additionalproperties_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
nullable_subscription_id = os.environ.get("NULLABLE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
optional_subscription_id = os.environ.get("OPTIONAL_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
valuetypes_subscription_id = os.environ.get("VALUETYPES_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
scalar_subscription_id = os.environ.get("SCALAR_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
union_subscription_id = os.environ.get("UNION_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
added_subscription_id = os.environ.get("ADDED_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
madeoptional_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
removed_subscription_id = os.environ.get("REMOVED_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
renamedfrom_subscription_id = os.environ.get("RENAMEDFROM_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
returntypechangedfrom_subscription_id = os.environ.get(
|
||||
|
|
|
@ -18,7 +18,7 @@ from devtools_testutils import (
|
|||
load_dotenv()
|
||||
|
||||
|
||||
# aovid record sensitive identity information in recordings
|
||||
# For security, please avoid record sensitive identity information in recordings
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def add_sanitizers(test_proxy):
|
||||
typechangedfrom_subscription_id = os.environ.get(
|
||||
|
|
Загрузка…
Ссылка в новой задаче