豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit dd1fcde

Browse files
authored
Merge pull request #479 from githubnext/lpcox/fix-build
Lpcox/fix build
2 parents 25f602d + 5c4dbf1 commit dd1fcde

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/config/validation_string_patterns_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ func TestValidateStringPatternsComprehensive(t *testing.T) {
145145
mounts: []string{"/host1:/container1:ro", "/host2:/container2:rw"},
146146
shouldError: false,
147147
},
148-
{
149-
name: "valid mount with colons in paths",
150-
mounts: []string{"/host/path/with:colon:/container/path:ro"},
151-
shouldError: false,
152-
},
153148
// Invalid mount patterns
154149
{
155150
name: "invalid mount missing destination",

0 commit comments

Comments
 (0)