We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3552bae commit 953f669Copy full SHA for 953f669
DynamoDbEncryption/runtimes/python/test/integ/encrypted/test_paginator.py
@@ -94,7 +94,7 @@ def use_complex_item(request):
94
# Append a suffix to the partition key to avoid collisions between test runs.
95
@pytest.fixture(scope="module")
96
def test_run_suffix():
97
- return str(uuid.uuid4())
+ return "-" + str(uuid.uuid4())
98
99
100
@pytest.fixture
0 commit comments