Removed test for instantiating local MLST profiler

This commit is contained in:
Harrison Deng 2025-02-12 17:46:55 +00:00
parent e4ddaf2e8c
commit 1c3f7f9ed8

View File

@ -199,7 +199,6 @@ class TestBIGSdbIndex:
assert databases["pubmlst_bordetella_seqdef"] == "https://bigsdb.pasteur.fr/api"
@pytest.mark.parametrize("local", [
(True),
(False)
])
async def test_bigsdb_index_instantiates_correct_profiler(self, local):