Skip to content

Commit 6b39ec2

Browse files
committed
fix skipped test
1 parent c3614b9 commit 6b39ec2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/terraform/context_plan_actions_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,11 @@ list "test_resource" "test1" {
176176
},
177177
},
178178
"query run, action references resource": {
179-
toBeImplemented: true, // TODO: Fix the graph built by query operations.
180179
module: map[string]string{
181180
"main.tf": `
182181
action "test_action" "hello" {
183182
config {
184-
attr = resource.test_object.a
183+
attr = resource.test_object.a.name
185184
}
186185
}
187186
resource "test_object" "a" {

0 commit comments

Comments
 (0)