mirror of https://github.com/docker/docs.git
Merge pull request #17753 from runcom/fix-typo-tests-reqs
integration-cli: requirements: fix typo
This commit is contained in:
commit
6ba7d04d16
|
@ -43,7 +43,7 @@ var (
|
||||||
}
|
}
|
||||||
SameHostDaemon = testRequirement{
|
SameHostDaemon = testRequirement{
|
||||||
func() bool { return isLocalDaemon },
|
func() bool { return isLocalDaemon },
|
||||||
"Test requires docker daemon to runs on the same machine as CLI",
|
"Test requires docker daemon to run on the same machine as CLI",
|
||||||
}
|
}
|
||||||
UnixCli = testRequirement{
|
UnixCli = testRequirement{
|
||||||
func() bool { return isUnixCli },
|
func() bool { return isUnixCli },
|
||||||
|
|
Loading…
Reference in New Issue