Skip to content

Commit

Permalink
chore: missing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Jul 16, 2024
1 parent 395a07c commit e31b7d6
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
Expand Up @@ -60,7 +60,7 @@ const defaultClusterResourceSuffix = "cluster_info"

// GetClusterInfo is used to obtain a project and cluster configuration resource.
// When `MONGODB_ATLAS_CLUSTER_NAME` and `MONGODB_ATLAS_PROJECT_ID` are defined, a data source is created instead. This is useful for local execution but not intended for CI executions.
// Clusters will be created in project ProjectIDExecution or in req.ProjectID which can be both a direct id, e.g., `664610ec80cc36255e634074` or a config reference`mongodbatlas_project.test.id`.
// Clusters will be created in project ProjectIDExecution or in req.ProjectID which can be both a direct id, e.g., `664610ec80cc36255e634074` or a config reference `mongodbatlas_project.test.id`.
func GetClusterInfo(tb testing.TB, req *ClusterRequest) ClusterInfo {
tb.Helper()
if req == nil {
Expand Down

0 comments on commit e31b7d6

Please sign in to comment.