Replace all remaining occurrences of the 'local' cls by 'postgresql'
The former has been deprecated for ages...
This commit is contained in:
parent
eadb704494
commit
cccb8c21ff
9 changed files with 9 additions and 9 deletions
|
@ -70,7 +70,7 @@ def test_get_lister(swh_scheduler_config):
|
|||
for lister_name in SUPPORTED_LISTERS:
|
||||
lst = get_lister(
|
||||
lister_name,
|
||||
scheduler={"cls": "local", **swh_scheduler_config},
|
||||
scheduler={"cls": "postgresql", **swh_scheduler_config},
|
||||
**lister_args.get(lister_name, {}),
|
||||
)
|
||||
assert hasattr(lst, "run")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue