mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-20 07:21:21 +02:00
GET "/__admin/mappings"
This commit is contained in:
@@ -30,7 +30,7 @@ namespace WireMock.Net.Tests
|
||||
_server.Given(Request.Create().WithUrl("/foo2").UsingGet())
|
||||
.RespondWith(Response.Create().WithStatusCode(202).WithBody("2"));
|
||||
|
||||
var routes = _server.Routes;
|
||||
var routes = _server.Mappings;
|
||||
|
||||
Check.That(routes).HasSize(2);
|
||||
Check.That(routes.First().RequestMatcher).IsNotNull();
|
||||
|
||||
Reference in New Issue
Block a user