diff --git a/tests/integration/test_pap.py b/tests/integration/test_pap.py index 74a346e6..15d724d7 100644 --- a/tests/integration/test_pap.py +++ b/tests/integration/test_pap.py @@ -20,7 +20,6 @@ QUOTE = "quote" -@pytest.mark.integration @pytest.fixture(scope="function") def init_tests(vega_service): # Create a key for proposals. @@ -142,6 +141,7 @@ def init_tests(vega_service): yield vega, market_id, base_asset_id, quote_asset_id +@pytest.mark.integration def test_new_pap(init_tests): vega: VegaServiceNull vega, market_id, base_asset_id, quote_asset_id = init_tests