From 6fd79f6c4a56be9402eb88e46e626b6e6c14b353 Mon Sep 17 00:00:00 2001 From: Roman Efremov Date: Mon, 18 Nov 2024 11:39:27 +0500 Subject: [PATCH] Fix --- .../Controllers/SetpointControllerTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Persistence.IntegrationTests/Controllers/SetpointControllerTest.cs b/Persistence.IntegrationTests/Controllers/SetpointControllerTest.cs index b972c43..d82e5af 100644 --- a/Persistence.IntegrationTests/Controllers/SetpointControllerTest.cs +++ b/Persistence.IntegrationTests/Controllers/SetpointControllerTest.cs @@ -70,6 +70,7 @@ namespace Persistence.IntegrationTests.Controllers //assert Assert.Equal(HttpStatusCode.OK, response.StatusCode); + Assert.Equal(1, response.Content); } } }