Skip to content

Commit

Permalink
Add illegal mongodb key char test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Jan 28, 2025
1 parent d58f0cc commit eab4d76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/mocha/20-vcapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,11 @@ describe('exchange w/ VC-API delivery using generic credential request ' +
workflowId,
workflowRootZcap,
variables: {
unusedVariable: {
'var.with.illegal.mongodb.key1': true,
var$with$illegal$mongodb$key2: 'stuff',
'var%with%illegal%mongodb%key3': {}
},
credentialId,
credentialRequest: `{
'options': {
Expand Down

0 comments on commit eab4d76

Please sign in to comment.