it('should respond with 201 Created when a data url is sent', () => {
    cloudinary.v2.api.resource.mockResolvedValueOnce('baz')
    jwtMock.mockReturnValueOnce(mockUser)
    return request(app)
      .post(`/api/v1/streets/${street.id}/images`)