Commit e77799c 1 parent 40a1f84 commit e77799c Copy full SHA for e77799c
File tree 1 file changed +3
-3
lines changed
helix_fhir_client_sdk/queue
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ async def _get_with_session_async( # type:ignore[override]
142
142
f"{ key } :{ value } " for key , value in response .response_headers .items ()
143
143
]
144
144
await FhirResponseProcessor .log_response (
145
- full_url = full_url ,
145
+ full_url = next_url ,
146
146
response_status = response .status ,
147
147
client_id = self ._client_id ,
148
148
internal_logger = self ._internal_logger ,
@@ -162,7 +162,7 @@ async def _get_with_session_async( # type:ignore[override]
162
162
response = response ,
163
163
logger = self ._logger ,
164
164
resources_json = resources_json ,
165
- full_url = full_url ,
165
+ full_url = next_url ,
166
166
request_id = request_id ,
167
167
resource = resource_type or self ._resource ,
168
168
id_ = self ._id ,
@@ -181,7 +181,7 @@ async def _get_with_session_async( # type:ignore[override]
181
181
raise FhirSenderException (
182
182
request_id = request_id ,
183
183
exception = ex ,
184
- url = full_url ,
184
+ url = next_url ,
185
185
headers = headers ,
186
186
json_data = "" ,
187
187
variables = FhirClientLogger .get_variables_to_log (vars (self )),
You can’t perform that action at this time.
0 commit comments