Skip to content

Commit af0b1e0

Browse files
committed
update test
1 parent db5233f commit af0b1e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/cosmos/azure-cosmos/tests/test_partition_split_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run_queries(container, iterations):
3030
print("validation succeeded for all query results")
3131

3232

33-
@pytest.mark.cosmosQuery
33+
@pytest.mark.cosmosSplit
3434
class TestPartitionSplitQuery(unittest.TestCase):
3535
database: DatabaseProxy = None
3636
container: ContainerProxy = None

sdk/cosmos/azure-cosmos/tests/test_partition_split_query_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async def run_queries(container, iterations):
2727
print("validation succeeded for all query results")
2828

2929

30-
@pytest.mark.cosmosQuery
30+
@pytest.mark.cosmosSplit
3131
class TestPartitionSplitQueryAsync(unittest.IsolatedAsyncioTestCase):
3232
database: DatabaseProxy = None
3333
container: ContainerProxy = None

0 commit comments

Comments
 (0)