Skip to content

Commit d508a9b

Browse files
committed
depends_on added for testing
1 parent 7e7186c commit d508a9b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

internal/provider/role_resource_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ func TestResources(t *testing.T) {
153153
action = "delete"
154154
}
155155
]
156+
depends_on = [
157+
permitio_resource.document
158+
]
156159
}`,
157160
Check: resource.ComposeAggregateTestCheckFunc(
158161
// Proxy Config tests
@@ -201,6 +204,9 @@ func TestResources(t *testing.T) {
201204
action = "delete"
202205
}
203206
]
207+
depends_on = [
208+
permitio_resource.document
209+
]
204210
}`,
205211
Check: resource.ComposeAggregateTestCheckFunc(
206212
// Proxy Config tests

0 commit comments

Comments
 (0)