Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Dec 12, 2024
1 parent fdb86f6 commit 478f42b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dynamic/internal/shim/run/loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package run

import (
"context"
"os"
"testing"

"github.com/hashicorp/terraform-plugin-go/tfprotov6"
Expand All @@ -37,8 +36,7 @@ func TestLoadProvider(t *testing.T) {

t.Run("registry", func(t *testing.T) {
// Do not cache during the test.
err := os.Setenv(envPluginCache, t.TempDir())
require.NoError(t, err)
t.Setenv(envPluginCache, t.TempDir())

Integration(t)
ctx := context.Background()
Expand Down

0 comments on commit 478f42b

Please sign in to comment.