Skip to content

Commit

Permalink
remove comment explaining needed code change
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Jul 30, 2023
1 parent 54a5b0d commit 7b42790
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apstra/test_utils/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ func GetTestClient(ctx context.Context) (*apstra.Client, error) {
}
clientCfg.HttpClient.Transport.(*http.Transport).TLSClientConfig.InsecureSkipVerify = true

// https://github.com/Juniper/apstra-go-sdk/issues/53
// sharedClient, err = clientCfg.NewClient(ctx)
_ = ctx
sharedClient, err = clientCfg.NewClient(ctx)
if err != nil {
return nil, err
Expand Down

0 comments on commit 7b42790

Please sign in to comment.