Skip to content

Commit 8bee798

Browse files
committed
removed headers from test files
1 parent 9202e58 commit 8bee798

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

sdk/healthinsights/azure-healthinsights-radiologyinsights/tests/test_radiology_insights_async.py

-4
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ async def test_critical_result(self, healthinsights_endpoint, healthinsights_key
9696
poller = await radiology_insights_client.begin_infer_radiology_insights(
9797
id="test12",
9898
resource=jobdata,
99-
headers={
100-
"Repeatability-First-Sent": request_time.strftime("%a, %d %b %Y %H:%M:%S GMT"),
101-
"Repeatability-Request-ID": "5189b7f2-a13a-4cac-bebf-407c4ffc3a7c",
102-
},
10399
)
104100
response = await poller.result()
105101
radiology_insights_result = models.RadiologyInsightsInferenceResult(response)

sdk/healthinsights/azure-healthinsights-radiologyinsights/tests/test_radiology_insights_sync.py

-4
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ def test_critical_result(self, healthinsights_endpoint, healthinsights_key):
9595
poller = radiology_insights_client.begin_infer_radiology_insights(
9696
id="test34",
9797
resource=jobdata,
98-
headers={
99-
"Repeatability-First-Sent": request_time.strftime("%a, %d %b %Y %H:%M:%S GMT"),
100-
"Repeatability-Request-ID": "5ac5fbb2-0185-4c17-82dd-e0fcf36a2184",
101-
},
10298
)
10399
response = poller.result()
104100
radiology_insights_result = models.RadiologyInsightsInferenceResult(response)

0 commit comments

Comments
 (0)