We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7dd9f commit 2b59561Copy full SHA for 2b59561
…t.Test/ActuatorContentNegotiationTest.cs …SpringBootAdminContentNegotiationTest.cssrc/Management/test/Endpoint.Test/ActuatorContentNegotiationTest.cs renamed to src/Management/test/Endpoint.Test/SpringBootAdminClient/SpringBootAdminContentNegotiationTest.cs
@@ -15,9 +15,9 @@
15
using Steeltoe.Management.Endpoint.Test.Actuators.HeapDump;
16
using Steeltoe.Management.Endpoint.Test.Actuators.ThreadDump;
17
18
-namespace Steeltoe.Management.Endpoint.Test;
+namespace Steeltoe.Management.Endpoint.Test.SpringBootAdminClient;
19
20
-public sealed class ActuatorContentNegotiationTest
+public sealed class SpringBootAdminContentNegotiationTest
21
{
22
private const string ActuatorV1 = "application/vnd.spring-boot.actuator.v1+json";
23
private const string ActuatorV2 = "application/vnd.spring-boot.actuator.v2+json";
0 commit comments