File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cli/atlas/deployments/options Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const (
41
41
spinnerSpeed = 100 * time .Millisecond
42
42
// based on https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Clusters/operation/createCluster
43
43
clusterNamePattern = "^[a-zA-Z0-9][a-zA-Z0-9-]*$"
44
- MongotDockerImageName = "docker.io/mongodb/mongodb-atlas-search:preview"
44
+ MongotDockerImageName = "docker.io/mongodb/mongodb-atlas-search:preview-20230914T165946Z "
45
45
PausedState = "PAUSED"
46
46
StoppedState = "STOPPED"
47
47
IdleState = "IDLE"
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ func withAnonymousID() EventOpt {
156
156
if err != nil {
157
157
_ , _ = log .Debugf ("error generating machine id: %v\n " , err )
158
158
} else {
159
- event .Properties ["anonymous_id " ] = id
159
+ event .Properties ["device_id " ] = id
160
160
}
161
161
}
162
162
}
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ func TestWithAnonymousID(t *testing.T) {
339
339
config .ToolName = config .AtlasCLI
340
340
341
341
e := newEvent (withAnonymousID ())
342
- assert .NotEmpty (t , e .Properties ["anonymous_id " ])
342
+ assert .NotEmpty (t , e .Properties ["device_id " ])
343
343
}
344
344
345
345
func TestWithDeploymentType (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments