Skip to content

Commit d011904

Browse files
committed
Fix unittest for stores
1 parent b883619 commit d011904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_service_stores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_store_flow(client, store_draft):
88

99
assert store.id
1010

11-
deleted_store = client.stores.delete_by_id(store.id)
11+
deleted_store = client.stores.delete_by_id(store.id, version=store.version)
1212

1313
assert store.id == deleted_store.id
1414

0 commit comments

Comments
 (0)