Skip to content

Commit

Permalink
Fixing the test for deleted passthrough mode option
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jan 19, 2018
1 parent 3acbd23 commit 1ca162c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ public void testAsJson() {
+ "\"debug\":false,"
+ "\"port\":5555,"
+ "\"role\":\"node\","
+ "\"timeout\":1800,"
+ "\"enablePassThrough\":true}", gnc.toJson().toString());
+ "\"timeout\":1800}", gnc.toJson().toString());
}

@Test
Expand Down

0 comments on commit 1ca162c

Please sign in to comment.