Skip to content

Commit 348e930

Browse files
authored
Do not record tracing requests (#78)
1 parent e19740e commit 348e930

File tree

43 files changed

+723
-831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+723
-831
lines changed

.azure-pipelines/all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
services:
4747
datadog-agent: datadog-agent
4848
steps:
49+
- script: python -m pip install -e .[apm,tests]
50+
displayName: Install package
4951
- script: ./run-tests.sh
5052
displayName: Run integration tests
5153
env:

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ else
1919
fi
2020

2121
# Install test dependencies
22-
python -m pip install -e .[apm,tests]
22+
# python -m pip install -e .[apm,tests]
2323
# Run tests
2424
set +e
2525
python -m pytest

tests/conftest.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,15 @@ def record_mode(request):
205205

206206
@pytest.fixture(scope="module")
207207
def vcr_config(record_mode):
208+
def before_record_request(request):
209+
if 'Datadog-Meta-Tracer-Version' in request.headers:
210+
return None
211+
return request
212+
208213
config = dict(
209214
filter_headers=("DD-API-KEY", "DD-APPLICATION-KEY"),
210215
filter_query_parameters=("api_key", "application_key"),
216+
before_record_request=before_record_request,
211217
)
212218
return config
213219

@@ -236,13 +242,13 @@ def freezer(vcr_cassette_name, vcr_cassette, vcr):
236242
@given('a valid "apiKeyAuth" key in the system')
237243
def a_valid_api_key(configuration):
238244
"""a valid API key."""
239-
configuration.api_key["apiKeyAuth"] = os.getenv("DD_TEST_CLIENT_API_KEY")
245+
configuration.api_key["apiKeyAuth"] = os.getenv("DD_TEST_CLIENT_API_KEY", "")
240246

241247

242248
@given('a valid "appKeyAuth" key in the system')
243249
def a_valid_application_key(configuration):
244250
"""a valid Application key."""
245-
configuration.api_key["appKeyAuth"] = os.getenv("DD_TEST_CLIENT_APP_KEY")
251+
configuration.api_key["appKeyAuth"] = os.getenv("DD_TEST_CLIENT_APP_KEY", "")
246252

247253

248254
@pytest.fixture

tests/v1/cassettes/test_list_ip_ranges_returns_ok_response.yaml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ interactions:
99
Dd-Operation-Id:
1010
- GetIpRanges
1111
User-Agent:
12-
- datadog-api-client-python/0.1.dev66+dirty (python 3.7.7; os Darwin; arch x86_64)
12+
- datadog-api-client-python/0.1.dev67+dirty (python 3.8.5; os Darwin; arch x86_64)
1313
x-datadog-parent-id:
14-
- '15076274472212834694'
14+
- '3810264299572682533'
1515
x-datadog-sampling-priority:
1616
- '1'
1717
x-datadog-trace-id:
18-
- '1396492202956212894'
18+
- '18298303860074712282'
1919
method: GET
2020
uri: https://ip-ranges.datadoghq.com/
2121
response:
2222
body:
23-
string: "{\n \"version\": 29,\n \"modified\": \"2020-06-22-12-00-00\",\n
23+
string: "{\n \"version\": 30,\n \"modified\": \"2020-08-27-09-00-00\",\n
2424
\ \"agents\": {\n \"prefixes_ipv4\": [\n \"107.21.15.22/32\",\n
2525
\ \"107.21.18.19/32\",\n \"107.23.209.202/32\",\n \"107.23.59.124/32\",\n
2626
\ \"107.23.68.220/32\",\n \"107.23.74.206/32\",\n \"184.72.98.113/32\",\n
@@ -310,36 +310,38 @@ interactions:
310310
\ \"52.9.13.199/32\",\n \"52.9.139.134/32\",\n \"63.34.100.178/32\",\n
311311
\ \"63.35.33.198/32\",\n \"99.79.87.237/32\"\n ],\n
312312
\ \"prefixes_ipv6\": []\n },\n \"webhooks\": {\n \"prefixes_ipv4\":
313-
[\n \"34.192.254.186/32\",\n \"34.204.102.208/32\",\n
314-
\ \"52.20.96.17/32\"\n ],\n \"prefixes_ipv6\": []\n
315-
\ }\n}\n"
313+
[\n \"3.218.14.56/32\",\n \"3.225.172.201/32\",\n \"34.192.254.186/32\",\n
314+
\ \"34.204.102.208/32\",\n \"52.20.96.17/32\",\n \"52.21.183.255/32\"\n
315+
\ ],\n \"prefixes_ipv6\": []\n }\n}\n"
316316
headers:
317317
Accept-Ranges:
318318
- bytes
319+
Age:
320+
- '32'
319321
Connection:
320322
- keep-alive
321323
Content-Length:
322-
- '27355'
324+
- '27449'
323325
Content-Type:
324326
- application/json
325327
Date:
326-
- Thu, 09 Jul 2020 08:46:42 GMT
328+
- Fri, 18 Sep 2020 11:51:12 GMT
327329
ETag:
328-
- '"669c774898319a1b2b93efe51e7bab92"'
330+
- '"a10a4e3f85ed8c2509855388e149972a"'
329331
Last-Modified:
330-
- Mon, 22 Jun 2020 10:05:14 GMT
332+
- Thu, 27 Aug 2020 12:58:04 GMT
331333
Server:
332334
- AmazonS3
333335
Vary:
334336
- Accept-Encoding
335337
Via:
336-
- 1.1 4debdaa39c21a3212350a638102f8b06.cloudfront.net (CloudFront)
338+
- 1.1 960b47175d6cfc9ed048624de2747035.cloudfront.net (CloudFront)
337339
X-Amz-Cf-Id:
338-
- _94naS-Szp4Jgjjj9udFzWCwuBpdhGth5JG2qscWc9rKXI3uh6azJA==
340+
- 5ags5K5jwp3hZhwNEgfIo8HYE8a8H1kJQCFA2CCWxvwO9dV6q4JyzQ==
339341
X-Amz-Cf-Pop:
340-
- MAD50-C1
342+
- MAD51-C2
341343
X-Cache:
342-
- Miss from cloudfront
344+
- Hit from cloudfront
343345
status:
344346
code: 200
345347
message: OK
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2020-07-09T10:46:44.829180+02:00
1+
2020-09-18T13:52:21.913614+02:00

tests/v2/cassettes/test_add_a_user_to_a_role_returns_ok_response.yaml

Lines changed: 44 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
interactions:
22
- request:
3-
body: '{"data": {"type": "roles", "attributes": {"name": "datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1594284404.830072"}}}'
3+
body: '{"data": {"type": "roles", "attributes": {"name": "datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1600429941.913614"}}}'
44
headers:
55
Accept:
66
- application/json
@@ -9,18 +9,18 @@ interactions:
99
Dd-Operation-Id:
1010
- CreateRole
1111
User-Agent:
12-
- datadog-api-client-python/0.1.dev66+dirty (python 3.7.7; os Darwin; arch x86_64)
12+
- datadog-api-client-python/0.1.dev67+dirty (python 3.8.5; os Darwin; arch x86_64)
1313
x-datadog-parent-id:
14-
- '15884952075265482642'
14+
- '8558459201274557640'
1515
x-datadog-sampling-priority:
1616
- '1'
1717
x-datadog-trace-id:
18-
- '8203213315955403737'
18+
- '15244305100351974793'
1919
method: POST
2020
uri: https://api.datadoghq.com/api/v2/roles
2121
response:
2222
body:
23-
string: '{"data":{"type":"roles","id":"b81810a6-c1c0-11ea-9cec-67b58552398d","attributes":{"name":"datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1594284404.830072","created_at":"2020-07-09T08:46:45.468242+00:00","modified_at":"2020-07-09T08:46:45.468242+00:00"},"relationships":{"permissions":{"data":[{"type":"permissions","id":"d90f6830-d3d8-11e9-a77a-b3404e5e9ee2"},{"type":"permissions","id":"4441648c-d8b1-11e9-a77a-1b899a04b304"}]}}}}'
23+
string: '{"data":{"type":"roles","id":"69891cce-f9a5-11ea-adf4-d7aa0bfd6e6f","attributes":{"name":"datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1600429941.913614","created_at":"2020-09-18T11:52:22.372677+00:00","modified_at":"2020-09-18T11:52:22.372677+00:00"},"relationships":{"permissions":{"data":[{"type":"permissions","id":"d90f6830-d3d8-11e9-a77a-b3404e5e9ee2"},{"type":"permissions","id":"4441648c-d8b1-11e9-a77a-1b899a04b304"}]}}}}'
2424
headers:
2525
Cache-Control:
2626
- no-cache
@@ -35,11 +35,11 @@ interactions:
3535
DD-POOL:
3636
- dogweb
3737
Date:
38-
- Thu, 09 Jul 2020 08:46:45 GMT
38+
- Fri, 18 Sep 2020 11:52:22 GMT
3939
Pragma:
4040
- no-cache
4141
Set-Cookie:
42-
- DD-PSHARD=233; Max-Age=604800; Path=/; expires=Thu, 16-Jul-2020 08:46:45 GMT;
42+
- DD-PSHARD=233; Max-Age=604800; Path=/; expires=Fri, 25-Sep-2020 11:52:22 GMT;
4343
secure; HttpOnly
4444
Strict-Transport-Security:
4545
- max-age=15724800;
@@ -48,16 +48,24 @@ interactions:
4848
X-Content-Type-Options:
4949
- nosniff
5050
X-DD-Debug:
51-
- rK52fEhHKxisnKo2rembr3YValr4L+BG6/8tD9iNDc8Prg2mnV6DynBkS75++wh/
51+
- kS9NSnhl4uQ8VlOuLb8SB7TQURuCRIbRwHRx1a1SKX/xDGoogXWL0I8r2t0CM40K
5252
X-DD-VERSION:
53-
- '35.2718508'
53+
- '35.3056650'
5454
X-Frame-Options:
5555
- SAMEORIGIN
56+
X-RateLimit-Limit:
57+
- '500'
58+
X-RateLimit-Period:
59+
- '60'
60+
X-RateLimit-Remaining:
61+
- '480'
62+
X-RateLimit-Reset:
63+
- '38'
5664
status:
5765
code: 200
5866
message: OK
5967
- request:
60-
body: '{"data": {"type": "users", "attributes": {"email": "datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1594284405.533793@datadoghq.com"}}}'
68+
body: '{"data": {"type": "users", "attributes": {"email": "datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1600429941.913614@datadoghq.com"}}}'
6169
headers:
6270
Accept:
6371
- application/json
@@ -66,18 +74,18 @@ interactions:
6674
Dd-Operation-Id:
6775
- CreateUser
6876
User-Agent:
69-
- datadog-api-client-python/0.1.dev66+dirty (python 3.7.7; os Darwin; arch x86_64)
77+
- datadog-api-client-python/0.1.dev67+dirty (python 3.8.5; os Darwin; arch x86_64)
7078
x-datadog-parent-id:
71-
- '16850406431851233939'
79+
- '10038621718731563104'
7280
x-datadog-sampling-priority:
7381
- '1'
7482
x-datadog-trace-id:
75-
- '8203213315955403737'
83+
- '15244305100351974793'
7684
method: POST
7785
uri: https://api.datadoghq.com/api/v2/users
7886
response:
7987
body:
80-
string: '{"data":{"type":"users","id":"b846a434-c1c0-11ea-9cec-e7b501f3531f","attributes":{"name":null,"handle":"datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1594284405.533793@datadoghq.com","created_at":"2020-07-09T08:46:45.772962+00:00","email":"datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1594284405.533793@datadoghq.com","icon":"https://secure.gravatar.com/avatar/ab056270b9cba867d091a6aa6e1ddf3f?s=48&d=retro","title":null,"verified":false,"disabled":false,"allowed_login_methods":[],"status":"Pending"},"relationships":{"roles":{"data":[]},"org":{"data":{"type":"orgs","id":"4dee724d-00cc-11ea-a77b-570c9d03c6c5"}}}}}'
88+
string: '{"data":{"type":"users","id":"69abf456-f9a5-11ea-adf4-ebea463b630a","attributes":{"name":null,"handle":"datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1600429941.913614@datadoghq.com","created_at":"2020-09-18T11:52:22.599840+00:00","email":"datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1600429941.913614@datadoghq.com","icon":"https://secure.gravatar.com/avatar/62eb6036d677ac5755342e6202b18b3a?s=48&d=retro","title":null,"verified":false,"disabled":false,"allowed_login_methods":[],"status":"Pending"},"relationships":{"roles":{"data":[]},"org":{"data":{"type":"orgs","id":"4dee724d-00cc-11ea-a77b-570c9d03c6c5"}}}}}'
8189
headers:
8290
Cache-Control:
8391
- no-cache
@@ -92,27 +100,27 @@ interactions:
92100
DD-POOL:
93101
- dogweb
94102
Date:
95-
- Thu, 09 Jul 2020 08:46:45 GMT
103+
- Fri, 18 Sep 2020 11:52:22 GMT
96104
Pragma:
97105
- no-cache
98106
Set-Cookie:
99-
- DD-PSHARD=233; Max-Age=604800; Path=/; expires=Thu, 16-Jul-2020 08:46:45 GMT;
107+
- DD-PSHARD=233; Max-Age=604800; Path=/; expires=Fri, 25-Sep-2020 11:52:22 GMT;
100108
secure; HttpOnly
101109
Strict-Transport-Security:
102110
- max-age=15724800;
103111
X-Content-Type-Options:
104112
- nosniff
105113
X-DD-Debug:
106-
- NclXS5F5t+kukUaODU4jY2oSI1KBdPHFdFhJZNfbXLWDOThxbCLlKKmYvikjdDSg
114+
- NVN1vUIP943yBv5BrKvNkq9LhGENimQCGx913v3GQzIJuXIMEzcrTlr1CpALPFWv
107115
X-DD-VERSION:
108-
- '35.2718508'
116+
- '35.3056650'
109117
X-Frame-Options:
110118
- SAMEORIGIN
111119
status:
112120
code: 201
113121
message: Created
114122
- request:
115-
body: '{"data": {"id": "b846a434-c1c0-11ea-9cec-e7b501f3531f", "type": "users"}}'
123+
body: '{"data": {"id": "69abf456-f9a5-11ea-adf4-ebea463b630a", "type": "users"}}'
116124
headers:
117125
Accept:
118126
- application/json
@@ -121,18 +129,18 @@ interactions:
121129
Dd-Operation-Id:
122130
- AddUserToRole
123131
User-Agent:
124-
- datadog-api-client-python/0.1.dev66+dirty (python 3.7.7; os Darwin; arch x86_64)
132+
- datadog-api-client-python/0.1.dev67+dirty (python 3.8.5; os Darwin; arch x86_64)
125133
x-datadog-parent-id:
126-
- '14051334650606896764'
134+
- '16996011730018003958'
127135
x-datadog-sampling-priority:
128136
- '1'
129137
x-datadog-trace-id:
130-
- '8203213315955403737'
138+
- '15244305100351974793'
131139
method: POST
132-
uri: https://api.datadoghq.com/api/v2/roles/b81810a6-c1c0-11ea-9cec-67b58552398d/users
140+
uri: https://api.datadoghq.com/api/v2/roles/69891cce-f9a5-11ea-adf4-d7aa0bfd6e6f/users
133141
response:
134142
body:
135-
string: '{"meta":{"page":{"total_count":1}},"data":[{"type":"users","id":"b846a434-c1c0-11ea-9cec-e7b501f3531f","attributes":{"name":null,"handle":"datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1594284405.533793@datadoghq.com","created_at":"2020-07-09T08:46:45.772962+00:00","email":"datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1594284405.533793@datadoghq.com","icon":"https://secure.gravatar.com/avatar/ab056270b9cba867d091a6aa6e1ddf3f?s=48&d=retro","title":null,"verified":false,"disabled":false,"allowed_login_methods":[],"status":"Pending"},"relationships":{"roles":{"data":[{"type":"roles","id":"b81810a6-c1c0-11ea-9cec-67b58552398d"}]},"org":{"data":{"type":"orgs","id":"4dee724d-00cc-11ea-a77b-570c9d03c6c5"}}}}]}'
143+
string: '{"meta":{"page":{"total_count":1}},"data":[{"type":"users","id":"69abf456-f9a5-11ea-adf4-ebea463b630a","attributes":{"name":null,"handle":"datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1600429941.913614@datadoghq.com","created_at":"2020-09-18T11:52:22.599840+00:00","email":"datadog-api-client-python-test_add_a_user_to_a_role_returns_ok_response-1600429941.913614@datadoghq.com","icon":"https://secure.gravatar.com/avatar/62eb6036d677ac5755342e6202b18b3a?s=48&d=retro","title":null,"verified":false,"disabled":false,"allowed_login_methods":[],"status":"Pending"},"relationships":{"roles":{"data":[{"type":"roles","id":"69891cce-f9a5-11ea-adf4-d7aa0bfd6e6f"}]},"org":{"data":{"type":"orgs","id":"4dee724d-00cc-11ea-a77b-570c9d03c6c5"}}}}]}'
136144
headers:
137145
Cache-Control:
138146
- no-cache
@@ -147,11 +155,11 @@ interactions:
147155
DD-POOL:
148156
- dogweb
149157
Date:
150-
- Thu, 09 Jul 2020 08:46:46 GMT
158+
- Fri, 18 Sep 2020 11:52:22 GMT
151159
Pragma:
152160
- no-cache
153161
Set-Cookie:
154-
- DD-PSHARD=233; Max-Age=604800; Path=/; expires=Thu, 16-Jul-2020 08:46:46 GMT;
162+
- DD-PSHARD=233; Max-Age=604800; Path=/; expires=Fri, 25-Sep-2020 11:52:22 GMT;
155163
secure; HttpOnly
156164
Strict-Transport-Security:
157165
- max-age=15724800;
@@ -160,11 +168,19 @@ interactions:
160168
X-Content-Type-Options:
161169
- nosniff
162170
X-DD-Debug:
163-
- l+fZq7vW9gg1qInAzXkJZdt8f8e/094RDnN9pOEIlkXbx1jb6kpjgt1+syYCZyFC
171+
- ZTMib3S/rZeXw/RhaeaehRILC7QJAaERfyf3m4/am8FN44e9rxbkPcmk4YzKBISj
164172
X-DD-VERSION:
165-
- '35.2718508'
173+
- '35.3056650'
166174
X-Frame-Options:
167175
- SAMEORIGIN
176+
X-RateLimit-Limit:
177+
- '500'
178+
X-RateLimit-Period:
179+
- '60'
180+
X-RateLimit-Remaining:
181+
- '479'
182+
X-RateLimit-Reset:
183+
- '38'
168184
status:
169185
code: 200
170186
message: OK
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2020-08-27T11:32:31.916552+02:00
1+
2020-09-18T13:51:45.592497+02:00

tests/v2/cassettes/test_create_a_user_returns_ok_response.yaml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
interactions:
22
- request:
33
body: '{"data": {"type": "users", "attributes": {"name": "Datadog API Client Python",
4-
"email": "datadog-api-client-python-test_create_a_user_returns_ok_response-1598520751.916552@datadoghq.com"}}}'
4+
"email": "datadog-api-client-python-test_create_a_user_returns_ok_response-1600429905.592497@datadoghq.com"}}}'
55
headers:
66
Accept:
77
- application/json
@@ -10,13 +10,19 @@ interactions:
1010
Dd-Operation-Id:
1111
- CreateUser
1212
User-Agent:
13-
- datadog-api-client-python/0.1.dev43+dirty (python 3.8.5; os Darwin; arch x86_64)
13+
- datadog-api-client-python/0.1.dev67+dirty (python 3.8.5; os Darwin; arch x86_64)
14+
x-datadog-parent-id:
15+
- '16616642207621448965'
16+
x-datadog-sampling-priority:
17+
- '1'
18+
x-datadog-trace-id:
19+
- '8737721158158492832'
1420
method: POST
1521
uri: https://api.datadoghq.com/api/v2/users
1622
response:
1723
body:
18-
string: '{"data":{"type":"users","id":"3ba26a7c-e848-11ea-aa53-4fc031b99f2d","attributes":{"name":"Datadog
19-
API Client Python","handle":"datadog-api-client-python-test_create_a_user_returns_ok_response-1598520751.916552@datadoghq.com","created_at":"2020-08-27T09:32:32.399468+00:00","email":"datadog-api-client-python-test_create_a_user_returns_ok_response-1598520751.916552@datadoghq.com","icon":"https://secure.gravatar.com/avatar/f57cbf46e3d6cbbbad4a55c39a36a3ec?s=48&d=retro","title":null,"verified":false,"disabled":false,"allowed_login_methods":[],"status":"Pending"},"relationships":{"roles":{"data":[]},"org":{"data":{"type":"orgs","id":"4dee724d-00cc-11ea-a77b-570c9d03c6c5"}}}}}'
24+
string: '{"data":{"type":"users","id":"53ec981e-f9a5-11ea-adf4-cb405cae2881","attributes":{"name":"Datadog
25+
API Client Python","handle":"datadog-api-client-python-test_create_a_user_returns_ok_response-1600429905.592497@datadoghq.com","created_at":"2020-09-18T11:51:46.114021+00:00","email":"datadog-api-client-python-test_create_a_user_returns_ok_response-1600429905.592497@datadoghq.com","icon":"https://secure.gravatar.com/avatar/951e50d02424567c55e9b1d02c10da20?s=48&d=retro","title":null,"verified":false,"disabled":false,"allowed_login_methods":[],"status":"Pending"},"relationships":{"roles":{"data":[]},"org":{"data":{"type":"orgs","id":"4dee724d-00cc-11ea-a77b-570c9d03c6c5"}}}}}'
2026
headers:
2127
Cache-Control:
2228
- no-cache
@@ -31,20 +37,20 @@ interactions:
3137
DD-POOL:
3238
- dogweb
3339
Date:
34-
- Thu, 27 Aug 2020 09:32:32 GMT
40+
- Fri, 18 Sep 2020 11:51:46 GMT
3541
Pragma:
3642
- no-cache
3743
Set-Cookie:
38-
- DD-PSHARD=233; Max-Age=604800; Path=/; expires=Thu, 03-Sep-2020 09:32:32 GMT;
44+
- DD-PSHARD=233; Max-Age=604800; Path=/; expires=Fri, 25-Sep-2020 11:51:46 GMT;
3945
secure; HttpOnly
4046
Strict-Transport-Security:
4147
- max-age=15724800;
4248
X-Content-Type-Options:
4349
- nosniff
4450
X-DD-Debug:
45-
- ZpBCDU/bpmKaDCX3ezcoTB0mBcER1z/7nopw48EhUJ44Kn+wkWF9LGL4tUdS8yc3
51+
- hj67/REi7e3yYcyH3k1IhaTqyaqEZObxcXfHyl0cMf/YGOgEumufCDMBPGXJkv7n
4652
X-DD-VERSION:
47-
- '35.2942348'
53+
- '35.3056650'
4854
X-Frame-Options:
4955
- SAMEORIGIN
5056
status:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2020-08-31T15:59:44.924330+02:00
1+
2020-09-18T13:52:06.476526+02:00

0 commit comments

Comments
 (0)