feat: Add header param support to test package
Merged
requested to merge zacharysabourin/eclipsefdn-api-common:zacharysabourin/master/22 into master
1 unresolved thread
Compare changes
Files
2@@ -36,7 +36,7 @@ public class TestCaseHelper {
@@ -36,7 +36,7 @@ public class TestCaseHelper {
public static EndpointTestCase buildSuccessCase(String path, String[] params, String schemaLocation) {
@@ -48,7 +48,7 @@ public class TestCaseHelper {
@@ -48,7 +48,7 @@ public class TestCaseHelper {
public static EndpointTestCase.Builder prepareSuccessCase(String path, String[] params, String schemaLocation) {