Skip to content

Start migrating the validate proxy toward using BaseModel objects

This will allow to progress incrementally towards removing it.

When it allows to use BaseModel objects everywhere (and tests in test_storage are adapted to use this property), it will be time to remove it entirely (as it's only used in test).

It's preparatory work for future diffs.

Test Plan

tox


Migrated from D3277 (view on Phabricator)

Merge request reports