Skip to content

Commit c8211d9

Browse files
authored
fix(test): pass config fixture to setupTest (#6738)
1 parent 44e264e commit c8211d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cli/commands/render/render_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func TestRenderWriteWithoutOutputPath(t *testing.T) {
144144
t.Run(tc.name, func(t *testing.T) {
145145
t.Parallel()
146146

147-
opts, configPath := setupTest(t)
147+
opts, configPath := setupTest(t, testTerragruntConfigFixture)
148148
opts.Format = tc.format
149149
opts.Write = true
150150

0 commit comments

Comments
 (0)