Skip to content

Commit 2c8877e

Browse files
author
Lucas McDonald
committed
sync
1 parent 8fbafc9 commit 2c8877e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def tables(resource):
5555

5656
@pytest.fixture(scope="module")
5757
def test_run_suffix():
58-
return str(uuid.uuid4())
58+
return "-" + str(uuid.uuid4())
5959

6060

6161
@pytest.fixture

0 commit comments

Comments
 (0)