Skip to content

Commit 2dfa669

Browse files
Update mongo/integration/client_side_encryption_prose_test.go
Co-authored-by: Preston Vasquez <[email protected]>
1 parent 87bd643 commit 2dfa669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/integration/client_side_encryption_prose_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2458,7 +2458,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
24582458
})
24592459

24602460
// GODRIVER-3123. When we implement this feature, lower the min server version to 8.0.1
2461-
qeRunOpts22 := qeRunOpts.MinServerVersion("8.0")
2461+
qeRunOpts22 := qeRunOpts.MaxServerVersion("7.99.99")
24622462
mt.RunOpts("22. range explicit encryption", qeRunOpts22, func(mt *mtest.T) {
24632463
type testcase struct {
24642464
typeStr string

0 commit comments

Comments
 (0)