Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
paolocappelletti authored Nov 21, 2023
2 parents 879f0c6 + 3865ad2 commit b6d4bc9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class SidechainApplicationApiRouteTest extends SidechainApiRouteTest {
}
}

/*
"reply at /getAllSecretByEmptyHttpBody" in {
Post(basePath + "getAllSecretByEmptyHttpBody") ~> applicationApiRoute ~> check {
Expand All @@ -44,6 +45,7 @@ class SidechainApplicationApiRouteTest extends SidechainApiRouteTest {
})
}
}
*/

//TODO we use different JSON serialization marshaller in test class and in the real application. Rewrite SidechainApiRouteTest to align to real application
"reply at /getNSecretOtherImplementation" ignore {
Expand Down

0 comments on commit b6d4bc9

Please sign in to comment.