Skip to content
Snippets Groups Projects

Replace all remaining occurrences of the 'local' cls by 'postgresql'

Merged David Douard requested to merge douardda/swh-lister:kill-local into master
9 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -212,7 +212,7 @@ def test_lister_cgit_instantiation_with_credentials(
def test_lister_cgit_from_configfile(swh_scheduler_config, mocker):
load_from_envvar = mocker.patch("swh.lister.pattern.load_from_envvar")
load_from_envvar.return_value = {
"scheduler": {"cls": "local", **swh_scheduler_config},
"scheduler": {"cls": "postgresql", **swh_scheduler_config},
"url": "https://git.tizen/cgit/",
"instance": "tizen",
"credentials": {},
Loading