Output from a test run: ``` ✘ app._router.find('/v1/something')[0] not to be None app._router.find('/v1/something')[0]: None Expected: None ``` This should say "Expected not to be:" to match the negative conditional.