Skip to content

Commit

Permalink
Fixing a node config serialization test broken after adding new optio…
Browse files Browse the repository at this point in the history
…n 'enablePlatformVerification'
  • Loading branch information
barancev committed Dec 22, 2017
1 parent 773e4ae commit 02d2c4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ public void testAsJson() {
+ "\"register\":true,"
+ "\"registerCycle\":5000,"
+ "\"unregisterIfStillDownAfter\":60000,"
+ "\"enablePlatformVerification\":true,"
+ "\"custom\":{},"
+ "\"maxSession\":5,"
+ "\"servlets\":[],"
Expand Down

0 comments on commit 02d2c4a

Please sign in to comment.