mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 16:58:31 +02:00
fix(tests): updated docker types in tests
This commit is contained in:
@@ -21,7 +21,7 @@ func TestParseDockerLabels(t *testing.T) {
|
||||
ExpectNoError(t, yaml.Unmarshal(testDockerLabelsYAML, &labels))
|
||||
|
||||
routes, err := provider.routesFromContainerLabels(
|
||||
docker.FromDocker(&container.SummaryTrimmed{
|
||||
docker.FromDocker(&container.Summary{
|
||||
Names: []string{"container"},
|
||||
Labels: labels,
|
||||
State: "running",
|
||||
|
||||
Reference in New Issue
Block a user