Skip to content

Commit

Permalink
add missing colons
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Jan 29, 2024
1 parent 4e08d63 commit 51783e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/client-side-encryption/tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ Configure each with ``keyVaultNamespace`` set to ``keyvault.datakeys``, and a de
"privateKey": <set from environment>,
"endpoint": "127.0.0.1:9002"
},
"kmip:no_client_cert" {
"kmip:no_client_cert": {
"endpoint": "127.0.0.1:5698"
},
"aws:with_tls": {
Expand All @@ -1586,7 +1586,7 @@ Configure each with ``keyVaultNamespace`` set to ``keyvault.datakeys``, and a de
"privateKey": <set from environment>,
"endpoint": "127.0.0.1:9002"
},
"kmip:with_tls" {
"kmip:with_tls": {
"endpoint": "127.0.0.1:5698"
}
}
Expand Down

0 comments on commit 51783e1

Please sign in to comment.