Skip to content

Commit 7154f63

Browse files
committed
chore: drop dependency-specific test from shared walker tests
1 parent cecfe0e commit 7154f63

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

internal/ast/walk_test.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ inputs = {
5252
{Start: hcl.Pos{Line: 4, Column: 13}, End: hcl.Pos{Line: 4, Column: 16}},
5353
},
5454
},
55-
{
56-
name: "dependency outputs reference",
57-
contents: `inputs = {
58-
v = dependency.vpc.outputs.id
59-
}
60-
`,
61-
root: "dependency",
62-
ident: "vpc",
63-
expected: []hcl.Range{
64-
{Start: hcl.Pos{Line: 2, Column: 18}, End: hcl.Pos{Line: 2, Column: 21}},
65-
},
66-
},
6755
{
6856
name: "no matches",
6957
contents: `inputs = {

0 commit comments

Comments
 (0)