Skip to content

Commit

Permalink
full upgrade clusters-keeper
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 6, 2024
1 parent ff0ad4c commit 7208774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/autoscaling/tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def service_monitored_labels(
@pytest.fixture
async def async_client(initialized_app: FastAPI) -> AsyncIterator[httpx.AsyncClient]:
async with httpx.AsyncClient(
app=initialized_app,
transport=httpx.ASGITransport(app=initialized_app),
base_url=f"http://{initialized_app.title}.testserver.io",
headers={"Content-Type": "application/json"},
) as client:
Expand Down
2 changes: 1 addition & 1 deletion services/clusters-keeper/tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def app_settings(initialized_app: FastAPI) -> ApplicationSettings:
@pytest.fixture
async def async_client(initialized_app: FastAPI) -> AsyncIterator[httpx.AsyncClient]:
async with httpx.AsyncClient(
app=initialized_app,
transport=httpx.ASGITransport(app=initialized_app),
base_url=f"http://{initialized_app.title}.testserver.io",
headers={"Content-Type": "application/json"},
) as client:
Expand Down

0 comments on commit 7208774

Please sign in to comment.