Skip to content

Commit ef87986

Browse files
author
Roman
committed
refactor
1 parent 9a2c531 commit ef87986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e_tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ def local_chain(request):
6363
docker_command = (
6464
"Install docker with command "
6565
"[blue]sudo apt-get update && sudo apt-get install docker.io -y[/blue]"
66+
" or use documentation [blue]https://docs.docker.com/engine/install/[/blue]"
6667
)
6768
elif sys.platform == "darwin":
68-
docker_command = "Install docker with command [blue]brew install docker[/blue] or use documentation [blue]https://docs.docker.com/engine/install/[/blue]"
69+
docker_command = "Install docker with command [blue]brew install docker[/blue]"
6970
else:
7071
docker_command = "[blue]Unknown OS, install Docker manually: https://docs.docker.com/get-docker/[/blue]"
7172

0 commit comments

Comments
 (0)