Skip to content
Snippets Groups Projects
Commit 40508cea authored by vlorentz's avatar vlorentz
Browse files

Use swh-storage validation proxy.

Required by swh-storage >= v0.0.172.
parent 23865d22
No related branches found
No related tags found
1 merge request!21Use swh-storage validation proxy in svn loader tests
......@@ -31,6 +31,9 @@ def swh_loader_config() -> Dict[str, Any]:
'release': 100,
},
},
{
'cls': 'validate'
},
{
'cls': 'memory'
},
......
......@@ -55,6 +55,9 @@ _LOADER_TEST_CONFIG = {
'release': 100,
},
},
{
'cls': 'validate'
},
{
'cls': 'memory'
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment