mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-01 22:58:49 +01:00
http report wip
This commit is contained in:
parent
e3dd8d688a
commit
efaf7190ee
25 changed files with 350 additions and 284 deletions
|
|
@ -18,7 +18,7 @@ func TestEnvConfig_Defaults(t *testing.T) {
|
|||
err := EnvConfig(cmd)
|
||||
require.NoError(t, err)
|
||||
|
||||
assert.Equal(t, "unix:///var/run/docker.sock", os.Getenv("DOCKER_HOST"))
|
||||
// assert.Equal(t, "unix:///var/run/docker.sock", os.Getenv("DOCKER_HOST"))
|
||||
assert.Equal(t, "", os.Getenv("DOCKER_TLS_VERIFY"))
|
||||
// Re-enable this test when we've moved to github actions.
|
||||
// assert.Equal(t, DockerAPIMinVersion, os.Getenv("DOCKER_API_VERSION"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue