Skip to content

Commit

Permalink
Update internal/sdk/plugin_sdk_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Nov 28, 2024
1 parent 252ee89 commit 680c05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sdk/plugin_sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ func TestAccPluginSDKAndDecoderSets(t *testing.T) {
}

func TestAccPluginSDKAndEncoder(t *testing.T) {
os.Setenv("TF_ACC", "1") // nolint: tenv plugin sdk always is
os.Setenv("TF_ACC", "1") // lint:ignore tenv plugin sdk always is

Check failure on line 627 in internal/sdk/plugin_sdk_test.go

View workflow job for this annotation

GitHub Actions / golint

os.Setenv() can be replaced by `t.Setenv()` in TestAccPluginSDKAndEncoder (tenv)

type NestedType struct {
Key string `tfschema:"key"`
Expand Down

0 comments on commit 680c05a

Please sign in to comment.