Skip to content

Commit e764c4f

Browse files
authored
Updated OPAL dependency (#215)
1 parent fe01da5 commit e764c4f

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ ddtrace
1212
sqlparse==0.5.0
1313
httpx>=0.27.0,<1
1414
protobuf>=3.20.2 # not directly required, pinned by Snyk to avoid a vulnerability
15-
opal-common==0.7.13
16-
opal-client==0.7.13
15+
opal-common==0.7.15
16+
opal-client==0.7.15

test_offline_mode/checker.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,6 @@ async def main():
4949
pdp=pdp_url,
5050
)
5151
)
52-
async with aiohttp.ClientSession(base_url=pdp_url) as client:
53-
while True:
54-
try:
55-
resp = await client.get("/healthy")
56-
if resp.status == 200:
57-
logger.info("PDP is healthy")
58-
break
59-
else:
60-
logger.warning("PDP is not healthy")
61-
except Exception as e:
62-
logger.exception(f"Error: {e}")
63-
64-
await asyncio.sleep(1)
6552

6653
while True:
6754
try:

0 commit comments

Comments
 (0)