Skip to content

Commit

Permalink
removed headers from test files
Browse files Browse the repository at this point in the history
  • Loading branch information
celiabovijn committed Apr 18, 2024
1 parent 9202e58 commit 8bee798
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ async def test_critical_result(self, healthinsights_endpoint, healthinsights_key
poller = await radiology_insights_client.begin_infer_radiology_insights(
id="test12",
resource=jobdata,
headers={
"Repeatability-First-Sent": request_time.strftime("%a, %d %b %Y %H:%M:%S GMT"),
"Repeatability-Request-ID": "5189b7f2-a13a-4cac-bebf-407c4ffc3a7c",
},
)
response = await poller.result()
radiology_insights_result = models.RadiologyInsightsInferenceResult(response)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ def test_critical_result(self, healthinsights_endpoint, healthinsights_key):
poller = radiology_insights_client.begin_infer_radiology_insights(
id="test34",
resource=jobdata,
headers={
"Repeatability-First-Sent": request_time.strftime("%a, %d %b %Y %H:%M:%S GMT"),
"Repeatability-Request-ID": "5ac5fbb2-0185-4c17-82dd-e0fcf36a2184",
},
)
response = poller.result()
radiology_insights_result = models.RadiologyInsightsInferenceResult(response)
Expand Down

0 comments on commit 8bee798

Please sign in to comment.