@@ -268,8 +268,8 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
268268 assertions = [],
269269 request = SyntheticsTestRequest(
270270 basic_auth = SyntheticsBasicAuth(
271- password = " password_example " ,
272- username = " username_example " ,
271+ password = " " ,
272+ username = " " ,
273273 ),
274274 body = " body_example" ,
275275 certificate = SyntheticsTestRequestCertificate(
@@ -286,7 +286,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
286286 ),
287287 dns_server = " dns_server_example" ,
288288 headers = SyntheticsTestHeaders(
289- " key" : " key_example" ,
289+ key = " key_example" ,
290290 ),
291291 host = " host_example" ,
292292 method = HTTPMethod(" GET" ),
@@ -299,7 +299,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
299299 SyntheticsBrowserVariable(
300300 example = " example_example" ,
301301 id = " id_example" ,
302- name = " name_example " ,
302+ name = " " ,
303303 pattern = " pattern_example" ,
304304 type = SyntheticsBrowserVariableType(" element" ),
305305 ),
@@ -1650,8 +1650,8 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
16501650 SyntheticsCITest(
16511651 allow_insecure_certificates = True ,
16521652 basic_auth = SyntheticsBasicAuth(
1653- password = " password_example " ,
1654- username = " username_example " ,
1653+ password = " " ,
1654+ username = " " ,
16551655 ),
16561656 body = " body_example" ,
16571657 body_type = " body_type_example" ,
@@ -1661,7 +1661,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
16611661 ],
16621662 follow_redirects = True ,
16631663 headers = SyntheticsTestHeaders(
1664- " key" : " key_example" ,
1664+ key = " key_example" ,
16651665 ),
16661666 locations = [
16671667 " locations_example" ,
@@ -1875,8 +1875,8 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
18751875 assertions = [],
18761876 request = SyntheticsTestRequest(
18771877 basic_auth = SyntheticsBasicAuth(
1878- password = " password_example " ,
1879- username = " username_example " ,
1878+ password = " " ,
1879+ username = " " ,
18801880 ),
18811881 body = " body_example" ,
18821882 certificate = SyntheticsTestRequestCertificate(
@@ -1893,7 +1893,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
18931893 ),
18941894 dns_server = " dns_server_example" ,
18951895 headers = SyntheticsTestHeaders(
1896- " key" : " key_example" ,
1896+ key = " key_example" ,
18971897 ),
18981898 host = " host_example" ,
18991899 method = HTTPMethod(" GET" ),
@@ -1906,7 +1906,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
19061906 SyntheticsBrowserVariable(
19071907 example = " example_example" ,
19081908 id = " id_example" ,
1909- name = " name_example " ,
1909+ name = " " ,
19101910 pattern = " pattern_example" ,
19111911 type = SyntheticsBrowserVariableType(" element" ),
19121912 ),
0 commit comments