Skip to content

Commit c20db22

Browse files
committed
Added TODO context for updating test GET -> PUT
1 parent 1f38cef commit c20db22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/com/shipengine/ShipEngineTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ public void createLabelUsingRateIdWithMethodLevelConfig() {
466466
assertEquals("se-799373193", labelData.get("label_id"));
467467
}
468468

469+
// TODO: Need to debug and see why MockServerClient is not matching the PUT request to the void label endpoint with the interpolated labelId
469470
// @Test(timeout = 12500)
470471
// public void successfulVoidLabelWithLabelId() {
471472
// String labelId = "se-799373193";

0 commit comments

Comments
 (0)