ci: fix tests fixtures

This commit is contained in:
Revant Nandgaonkar 2022-12-28 07:03:03 +05:30
parent 0d3fbc09fc
commit ebdbbb6232

View file

@ -134,7 +134,7 @@ def test_https(frappe_site: str, compose: Compose):
check_url_content(url="https://127.0.0.1", callback=index_cb, site_name=frappe_site)
@pytest.mark.usefixtures("erpnext_setup")
@pytest.mark.usefixtures("frappe_setup")
class TestErpnext:
@pytest.mark.parametrize(
("url", "callback"),