We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f38cef commit c20db22Copy full SHA for c20db22
1 file changed
src/test/java/com/shipengine/ShipEngineTest.java
@@ -466,6 +466,7 @@ public void createLabelUsingRateIdWithMethodLevelConfig() {
466
assertEquals("se-799373193", labelData.get("label_id"));
467
}
468
469
+// TODO: Need to debug and see why MockServerClient is not matching the PUT request to the void label endpoint with the interpolated labelId
470
// @Test(timeout = 12500)
471
// public void successfulVoidLabelWithLabelId() {
472
// String labelId = "se-799373193";
0 commit comments