-def test_import_from_wiki(monkeypatch, temp_db_conn, def_config, sp_importer,
- placex_table, tokenizer_mock):
+@pytest.mark.parametrize("should_replace", [(True), (False)])
+def test_import_phrases(monkeypatch, temp_db_conn, def_config, sp_importer,
+ placex_table, tokenizer_mock, should_replace):