Skip to content

Commit 8fc8d24

Browse files
committed
commit before revert
1 parent f1515df commit 8fc8d24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/general/discoverymode/configd_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ func TestConfigDInitialAndEffectiveConfig(t *testing.T) {
4343
cc.Container = cc.Container.WithHostConfigModifier(func(hostConfig *dockerContainer.HostConfig) {
4444
hostConfig.Mounts = append(hostConfig.Mounts, mount.Mount{Source: configd, Target: "/opt/config.d", Type: mount.TypeBind})
4545
})
46-
cc.Container = cc.Container.WithMount(testcontainers.BindMount(configd, "/opt/config.d"))
4746

4847
return cc
4948
},

0 commit comments

Comments
 (0)