Skip to content

Commit 953f669

Browse files
author
Lucas McDonald
committed
sync
1 parent 3552bae commit 953f669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/runtimes/python/test/integ/encrypted/test_paginator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def use_complex_item(request):
9494
# Append a suffix to the partition key to avoid collisions between test runs.
9595
@pytest.fixture(scope="module")
9696
def test_run_suffix():
97-
return str(uuid.uuid4())
97+
return "-" + str(uuid.uuid4())
9898

9999

100100
@pytest.fixture

0 commit comments

Comments
 (0)