spring-boot/spring-boot-samples/spring-boot-sample-actuator/src
Andy Wilkinson e185793396 Update test to correct name of metric for request that returns a 401
The request is being made to '/' and, while the application does have
a mapping for '/', that mapping is not looked for before Spring
Security's filter rejects the request with a 401. This means that the
request is considered to be unmapped and this is reflected in the
metric's name.

See #1331 and #1333
2014-08-06 13:38:42 +01:00
..
main Add logging.level to application.properties 2014-06-27 15:49:17 +01:00
test Update test to correct name of metric for request that returns a 401 2014-08-06 13:38:42 +01:00