Skip to content

Commit eb4d3d6

Browse files
authored
Update tests/e2e_tests/conftest.py
1 parent cb7b4d0 commit eb4d3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def local_chain(request):
6969
if sys.platform.startswith("linux"):
7070
docker_command = (
7171
"Install docker with command "
72-
"[blue]sudo apt-gat update && sudo apt-get install docker.io -y[/blue]"
72+
"[blue]sudo apt-get update && sudo apt-get install docker.io -y[/blue]"
7373
" or use documentation [blue]https://docs.docker.com/engine/install/[/blue]"
7474
)
7575
elif sys.platform == "darwin":

0 commit comments

Comments
 (0)