Skip to content

Commit

Permalink
force the order to be created first
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Nov 8, 2024
1 parent feab9d3 commit fdbc330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_create_order.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import pytest
from dateutil.parser import isoparse

import shippo
Expand All @@ -7,6 +8,7 @@

class TestCreateOrder:

@pytest.mark.run(order=1)
def test_create_order(self, api: shippo.Shippo):
order = api.orders.create(request=OrderCreateRequest(
placed_at='2016-09-23T01:28:12Z',
Expand Down

0 comments on commit fdbc330

Please sign in to comment.