Skip to content

Commit 53693e7

Browse files
committed
Update managedidentity_test.go
1 parent 63b7e52 commit 53693e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/managedidentity/managedidentity_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ const (
3232
errorFormingJsonResponse = "error while forming json response : %s"
3333
)
3434

35-
// We only need to do this if we'll routinely run the test suite on Arc-managed machines (I doubt we will). If you still want to keep this, it would be best to use a path that's certain not to exist such as filepath.Join(t.TempDir(), t.Name())
36-
3735
type SuccessfulResponse struct {
3836
AccessToken string `json:"access_token"`
3937
ExpiresIn int64 `json:"expires_in"`

0 commit comments

Comments
 (0)