Skip to content

Commit

Permalink
GODRIVER-3038 Rename CSE to FLE
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed May 10, 2024
1 parent 42ac259 commit ae605c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/integration/client_side_encryption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ func TestFLE2CreateCollectionWithAutoEncryption(t *testing.T) {
})
}

func TestCSE_IndexView(t *testing.T) {
func TestFLEIndexView(t *testing.T) {
verifyClientSideEncryptionVarsSet(t)

mt := mtest.New(t, mtest.NewOptions().MinServerVersion("4.2").Enterprise(true).CreateClient(false))
Expand Down

0 comments on commit ae605c2

Please sign in to comment.