Skip to content

Commit

Permalink
Fixed broken tests
Browse files Browse the repository at this point in the history
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
  • Loading branch information
abstractionfactory committed Aug 30, 2024
1 parent 8aeb1a9 commit 06cd355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestE2EDoubleRun(t *testing.T) {
}
// TODO this is only until these features get released in mainline tofu.
tofuBinaryPath := path.Join("moduleindex", "moduleschema", "testtofu", binaryName)
backendInstance := tofutestutils.Must2(backendFactory.Create(ctx, registryDir, workDir, docsDir, s3Params, 25, tofuBinaryPath))
backendInstance := tofutestutils.Must2(backendFactory.Create(ctx, registryDir, workDir, docsDir, blocklist.New(), s3Params, 25, tofuBinaryPath))

t.Logf("🏃 Starting first run...")
tofutestutils.Must(backendInstance.Generate(
Expand Down

0 comments on commit 06cd355

Please sign in to comment.