For example: ``` server.routes([ { path: '/dogs', methods: [ { type: 'get', data: undefined // data: null // data: '' }, ], }, ]); ``` This will generate the following log after accessing `/dogs`: > You probably forgot to create the fallback fixture file /docs Error: Fixture not found