Skip to content

Commit 2b59561

Browse files
committed
Move content negotation tests for SBA
1 parent 2a7dd9f commit 2b59561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Management/test/Endpoint.Test/ActuatorContentNegotiationTest.cs renamed to src/Management/test/Endpoint.Test/SpringBootAdminClient/SpringBootAdminContentNegotiationTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
using Steeltoe.Management.Endpoint.Test.Actuators.HeapDump;
1616
using Steeltoe.Management.Endpoint.Test.Actuators.ThreadDump;
1717

18-
namespace Steeltoe.Management.Endpoint.Test;
18+
namespace Steeltoe.Management.Endpoint.Test.SpringBootAdminClient;
1919

20-
public sealed class ActuatorContentNegotiationTest
20+
public sealed class SpringBootAdminContentNegotiationTest
2121
{
2222
private const string ActuatorV1 = "application/vnd.spring-boot.actuator.v1+json";
2323
private const string ActuatorV2 = "application/vnd.spring-boot.actuator.v2+json";

0 commit comments

Comments
 (0)