Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update internal/testutil/acc/cluster.go
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Antoli <430982+lantoli@users.noreply.github.com>
EspenAlbert and lantoli authored Jul 16, 2024
1 parent cfd2a30 commit 250f108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testutil/acc/cluster.go
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import (
"go.mongodb.org/atlas-sdk/v20240530002/admin"
)

// ClusterRequest contains configuration for a cluster where all fields are optional and AddDefaults are used for required fields.
// ClusterRequest contains configuration for a cluster where all fields are optional and AddDefaults is used for required fields.
// Used together with GetClusterInfo which will set ProjectID if it is unset.
type ClusterRequest struct {
Tags map[string]string

0 comments on commit 250f108

Please sign in to comment.