From 7e5ac56525bb032f3d81378d66b62a069699d3b9 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Tue, 6 Jan 2026 11:34:23 -0500 Subject: [PATCH] build: add Client project reference to integration tests Add JdeScoping.Client project reference to Api.IntegrationTests to enable testing API client classes against the real API. --- .../JdeScoping.Api.IntegrationTests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/NEW/tests/JdeScoping.Api.IntegrationTests/JdeScoping.Api.IntegrationTests.csproj b/NEW/tests/JdeScoping.Api.IntegrationTests/JdeScoping.Api.IntegrationTests.csproj index 549a2a3..2d81f4d 100644 --- a/NEW/tests/JdeScoping.Api.IntegrationTests/JdeScoping.Api.IntegrationTests.csproj +++ b/NEW/tests/JdeScoping.Api.IntegrationTests/JdeScoping.Api.IntegrationTests.csproj @@ -10,6 +10,7 @@ +