Skip to content

Commit

Permalink
[resoto][chore] Bump resotoclient (#1578)
Browse files Browse the repository at this point in the history
* [resoto][chore] Bump resotoclient

* fix parameter
  • Loading branch information
aquamatthias authored May 9, 2023
1 parent b750ca9 commit 5b2f805
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/k8s/tools/successors.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def get_successors(client: ResotoClient) -> None:


if __name__ == "__main__":
get_successors(ResotoClient("https://localhost:8900", None))
get_successors(ResotoClient("https://localhost:8900"))
2 changes: 1 addition & 1 deletion resotocore/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest-cov==4.0.0
pytest-runner==6.0.0
pytest-asyncio==0.21.0
hypothesis==6.72.0
resotoclient==1.2.1
resotoclient==1.4.1
2 changes: 1 addition & 1 deletion resotocore/tests/resotocore/web/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async def core_client(
count -= 1
if count == 0:
raise AssertionError("Process does not came up as expected")
async with ApiClient(f"http://localhost:{port}", None) as client:
async with ApiClient(f"http://localhost:{port}") as client:
yield client
# terminate the process
process.terminate()
Expand Down
2 changes: 1 addition & 1 deletion resotoshell/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prompt-toolkit==3.0.38
rich==13.3.4
resotolib==3.4.2
resotoclient==1.2.1
resotoclient==1.4.1

0 comments on commit 5b2f805

Please sign in to comment.