Skip to content

Commit f567dbf

Browse files
committed
Clarify test logic.
1 parent 893731f commit f567dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integration/client_side_encryption_prose_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2991,7 +2991,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
29912991
mt.Parallel()
29922992

29932993
tlsCAFile := os.Getenv("KMS_FAILPOINT_CA_FILE")
2994-
require.NotEmpty(mt, tlsCAFile, "failed to load CA file")
2994+
require.NotEqual(mt, tlsCAFile, "", "failed to load CA file")
29952995

29962996
clientAndCATlsMap := map[string]interface{}{
29972997
"tlsCAFile": tlsCAFile,

0 commit comments

Comments
 (0)