Skip to content

Commit

Permalink
fix breaking changes in aioresponses 0.7.8 requiring host and port al…
Browse files Browse the repository at this point in the history
…so (#238)

* fix breaking changes in aioresponses 0.7.8 requiring host and port also

* Fixed pre-commit

---------

Co-authored-by: Dan Yishai <[email protected]>
  • Loading branch information
omer9564 and danyi1212 authored Feb 4, 2025
1 parent e27a27a commit cdd9c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pdp_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ jobs:
aws ecs update-service \
--cluster public-pdps-us-east-1 \
--service pdp-general-redoc-service-731a74c \
--force-new-deployment
--force-new-deployment
2 changes: 1 addition & 1 deletion horizon/tests/test_local_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async def test_list_role_assignments_factdb(tmp_path: Path) -> None:
logger.info("mocking FactDB url: {}", factdb_url)
# Test valid response from OPA
m.get(
factdb_url,
f"{sidecar_config.FACTDB_SERVICE_URL}{factdb_url}",
status=200,
repeat=True,
payload=[
Expand Down

0 comments on commit cdd9c2e

Please sign in to comment.