Skip to content

Commit

Permalink
chore: mark test as integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Oct 22, 2024
1 parent 22a5582 commit b5b5222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_pap.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
QUOTE = "quote"


@pytest.mark.integration
@pytest.fixture(scope="function")
def init_tests(vega_service):
# Create a key for proposals.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b5b5222

Please sign in to comment.