Skip to content

Commit

Permalink
fix config cryptor test
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Sep 15, 2017
1 parent 12141ea commit 4f43065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ipsum - or what?'''

String password = "Goodbye"

def encrypted = c.encrypt(copy, password)
def encrypted = c.encrypt(copy, password, null)
def copyEncrypted = new JsonSlurper().parseText(JsonOutput.toJson(encrypted))

assert encrypted == copyEncrypted
Expand Down

0 comments on commit 4f43065

Please sign in to comment.