Skip to content

Commit 4e7dcaa

Browse files
committed
fix missing integration test
1 parent 3463f69 commit 4e7dcaa

File tree

1 file changed

+3
-3
lines changed
  • integration/coder-app-open-in

1 file changed

+3
-3
lines changed

integration/coder-app-open-in/main.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ resource "coder_agent" "dev" {
1717
dir = "/workspace"
1818
}
1919

20-
resource "coder_app" "slim-window" {
20+
resource "coder_app" "tab" {
2121
agent_id = coder_agent.dev.id
22-
slug = "slim-window"
22+
slug = "tab"
2323
share = "owner"
24-
open_in = "slim-window"
24+
open_in = "tab"
2525
}
2626

2727
resource "coder_app" "defaulted" {

0 commit comments

Comments
 (0)