Skip to content

Commit

Permalink
provider: Remove redundant env reset in test
Browse files Browse the repository at this point in the history
Reset of environment variables is already called in a defer

Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Sep 20, 2024
1 parent 703a347 commit 9fe5a4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provider/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func TestAccProvider_configDir(t *testing.T) {
},
},
})
resetLXDRemoteEnvVars()
}

func TestAccProvider_trustToken(t *testing.T) {
Expand Down

0 comments on commit 9fe5a4c

Please sign in to comment.