Skip to content

Commit

Permalink
uncomment test (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe authored Oct 30, 2024
1 parent cc107cf commit 48d4fb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/com/stripe/StripeClientTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ public void testReportsStripeClientUsageTelemetry() throws StripeException {
});
}

// TODO: https://go/j/DEVSDK-2178
// @Test
@Test
public void testReportsRawRequestUsageTelemetry() throws StripeException {
mockClient.rawRequest(
com.stripe.net.ApiResource.RequestMethod.POST, "/v1/customers", "description=foo", null);
Expand Down

0 comments on commit 48d4fb9

Please sign in to comment.