Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f0ced1

Browse files
committed
chore: remove duplicate testcase
1 parent0750f37 commit1f0ced1

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

‎provider/app_test.go‎

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -109,25 +109,6 @@ func TestApp(t *testing.T) {
109109
}
110110
`,
111111
external:true,
112-
}, {
113-
name:"ConflictsWithSubdomain",
114-
config:`
115-
provider "coder" {}
116-
resource "coder_agent" "dev" {
117-
os = "linux"
118-
arch = "amd64"
119-
}
120-
resource "coder_app" "test" {
121-
agent_id = coder_agent.dev.id
122-
slug = "test"
123-
display_name = "Testing"
124-
url = "https://google.com"
125-
external = true
126-
subdomain = true
127-
open_in = "slim-window"
128-
}
129-
`,
130-
expectError:regexp.MustCompile("conflicts with subdomain"),
131112
}}
132113
for_,tc:=rangecases {
133114
tc:=tc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp