Skip to content

Commit 15841bc

Browse files
CLOUDP-318638: Failed Test: mongodb-atlas-cli-master-github.com_mongodb_mongodb-atlas-cli_atlascli_test_e2e_backupflex.TestFlexBackup/atlas_backups_flex_e2e/e2e_atlas_backups (#3903)
1 parent 940e92b commit 15841bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/backup/restores/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func (opts *StartOpts) checkIsFlexCluster() error {
174174
return nil
175175
}
176176

177-
if !atlasv2.IsErrorCode(err, cannotUseFlexWithClusterApisErrorCode) {
177+
if !atlasClustersPinned.IsErrorCode(err, cannotUseFlexWithClusterApisErrorCode) {
178178
return err
179179
}
180180

0 commit comments

Comments
 (0)