Skip to content

Commit e1be572

Browse files
committed
Test update
1 parent 9691ad6 commit e1be572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/wtx/woocommerce/api/client/OrdersApiTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class OrdersApiTest {
2626

2727
private static final String SEPARATOR = "-------------------------------------------------------------------------------";
2828
private MockWebServer mockWebServer;
29-
private ApiClient apiClient;
29+
private WooCommerceApiClient apiClient;
3030
private OrdersApi ordersApi;
3131
private JSON json;
3232

@@ -52,7 +52,7 @@ void setUp() throws IOException {
5252
mockWebServer.start();
5353

5454
// Create and configure ApiClient with logging enabled
55-
apiClient = new ApiClient();
55+
apiClient = new WooCommerceApiClient(true);
5656
apiClient.setDebugging(true);
5757
apiClient.setBasePath(mockWebServer.url("/").toString());
5858

0 commit comments

Comments
 (0)