Skip to content

Commit

Permalink
update docker version in mock
Browse files Browse the repository at this point in the history
  • Loading branch information
jueri committed Sep 19, 2024
1 parent afd682e commit ea33bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def mock_request_base_system(requests_mock):

# Mock the debug docker network endpoint
requests_mock.get(
f"http+docker://localhost/v1.46/containers/{container_name}/json",
f"http+docker://localhost/v1.47/containers/{container_name}/json",
json={
"NetworkSettings": {
"Networks": {"stella-app_default": {"IPAddress": container_name}}
Expand All @@ -133,7 +133,7 @@ def mock_request_experimental_system(requests_mock):

# Mock the debug docker network endpoint
requests_mock.get(
f"http+docker://localhost/v1.46/containers/{container_name}/json",
f"http+docker://localhost/v1.47/containers/{container_name}/json",
json={
"NetworkSettings": {
"Networks": {"stella-app_default": {"IPAddress": container_name}}
Expand Down

0 comments on commit ea33bec

Please sign in to comment.