mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
CAPI: Remove "test failure propogration" forced error
This commit is contained in:
parent
7f362be740
commit
ce02cfdf2d
@ -618,13 +618,6 @@ class Session(object):
|
||||
break
|
||||
|
||||
logger.trace_if('capi.worker', f'Processing query: {endpoint}')
|
||||
# XXX
|
||||
self.capi_response_queue.put(
|
||||
CAPIFailedRequest(f'Unable to connect to endpoint {endpoint}')
|
||||
)
|
||||
self.tk_master.event_generate('<<CAPIResponse>>')
|
||||
continue
|
||||
# XXX
|
||||
try:
|
||||
r = self.session.get(self.server + endpoint, timeout=timeout) # type: ignore
|
||||
r.raise_for_status() # Typically 403 "Forbidden" on token expiry
|
||||
|
Loading…
x
Reference in New Issue
Block a user